fr.ifremer.allegro.referential.transcribing.generic.cluster
Class ClusterTranscribingLocationLevel
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.ClusterAbstract
fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocationLevel
- All Implemented Interfaces:
- java.io.Serializable
public class ClusterTranscribingLocationLevel
- extends ClusterAbstract
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClusterTranscribingLocationLevel
public ClusterTranscribingLocationLevel()
ClusterTranscribingLocationLevel
public ClusterTranscribingLocationLevel(java.lang.String externalCode,
RemoteTranscribingSystemNaturalId transcribingSystemNaturalId,
RemoteTranscribingSideNaturalId transcribingSideNaturalId,
RemoteLocationLevelNaturalId locationLevelNaturalId)
ClusterTranscribingLocationLevel
public ClusterTranscribingLocationLevel(java.lang.String externalCode,
java.sql.Timestamp updateDate,
RemoteTranscribingSystemNaturalId transcribingSystemNaturalId,
RemoteTranscribingSideNaturalId transcribingSideNaturalId,
RemoteLocationLevelNaturalId locationLevelNaturalId)
ClusterTranscribingLocationLevel
public ClusterTranscribingLocationLevel(ClusterTranscribingLocationLevel otherBean)
- Copies constructor from other ClusterTranscribingLocationLevel
- Parameters:
otherBean,
- cannot be null
- Throws:
java.lang.NullPointerException
- if the argument is null
copy
public void copy(ClusterTranscribingLocationLevel otherBean)
- Copies all properties from the argument value object into this value object.
getExternalCode
public java.lang.String getExternalCode()
setExternalCode
public void setExternalCode(java.lang.String externalCode)
getUpdateDate
public java.sql.Timestamp getUpdateDate()
setUpdateDate
public void setUpdateDate(java.sql.Timestamp updateDate)
getTranscribingSystemNaturalId
public RemoteTranscribingSystemNaturalId getTranscribingSystemNaturalId()
setTranscribingSystemNaturalId
public void setTranscribingSystemNaturalId(RemoteTranscribingSystemNaturalId transcribingSystemNaturalId)
getTranscribingSideNaturalId
public RemoteTranscribingSideNaturalId getTranscribingSideNaturalId()
setTranscribingSideNaturalId
public void setTranscribingSideNaturalId(RemoteTranscribingSideNaturalId transcribingSideNaturalId)
getLocationLevelNaturalId
public RemoteLocationLevelNaturalId getLocationLevelNaturalId()
setLocationLevelNaturalId
public void setLocationLevelNaturalId(RemoteLocationLevelNaturalId locationLevelNaturalId)
Copyright © 2008-2010 IFREMER. All Rights Reserved.