fr.ifremer.allegro.referential.transcribing.generic.vo
Class RemoteTranscribingPmfmNaturalId

java.lang.Object
  extended by fr.ifremer.allegro.valueObjectAbstract.RemoteNaturalIdAbstract
      extended by fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingPmfmNaturalId
All Implemented Interfaces:
java.io.Serializable

public class RemoteTranscribingPmfmNaturalId
extends RemoteNaturalIdAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RemoteTranscribingPmfmNaturalId()
           
RemoteTranscribingPmfmNaturalId(RemotePmfmNaturalId pmfm, RemoteTranscribingSystemNaturalId transcribingSystem)
           
RemoteTranscribingPmfmNaturalId(RemoteTranscribingPmfmNaturalId otherBean)
          Copies constructor from other RemoteTranscribingPmfmNaturalId
 
Method Summary
 void copy(RemoteTranscribingPmfmNaturalId otherBean)
          Copies all properties from the argument value object into this value object.
 RemotePmfmNaturalId getPmfm()
           
 RemoteTranscribingSystemNaturalId getTranscribingSystem()
           
 void setPmfm(RemotePmfmNaturalId pmfm)
           
 void setTranscribingSystem(RemoteTranscribingSystemNaturalId transcribingSystem)
           
 
Methods inherited from class fr.ifremer.allegro.valueObjectAbstract.RemoteNaturalIdAbstract
copy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteTranscribingPmfmNaturalId

public RemoteTranscribingPmfmNaturalId()

RemoteTranscribingPmfmNaturalId

public RemoteTranscribingPmfmNaturalId(RemotePmfmNaturalId pmfm,
                                       RemoteTranscribingSystemNaturalId transcribingSystem)

RemoteTranscribingPmfmNaturalId

public RemoteTranscribingPmfmNaturalId(RemoteTranscribingPmfmNaturalId otherBean)
Copies constructor from other RemoteTranscribingPmfmNaturalId

Parameters:
otherBean, - cannot be null
Throws:
java.lang.NullPointerException - if the argument is null
Method Detail

copy

public void copy(RemoteTranscribingPmfmNaturalId otherBean)
Copies all properties from the argument value object into this value object.


getPmfm

public RemotePmfmNaturalId getPmfm()

setPmfm

public void setPmfm(RemotePmfmNaturalId pmfm)

getTranscribingSystem

public RemoteTranscribingSystemNaturalId getTranscribingSystem()

setTranscribingSystem

public void setTranscribingSystem(RemoteTranscribingSystemNaturalId transcribingSystem)


Copyright © 2008-2010 IFREMER. All Rights Reserved.