fr.ifremer.allegro.referential.gear.generic.cluster
Class ClusterGearAssociation
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.ClusterAbstract
fr.ifremer.allegro.referential.gear.generic.cluster.ClusterGearAssociation
- All Implemented Interfaces:
- java.io.Serializable
public class ClusterGearAssociation
- 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 |
ClusterGearAssociation
public ClusterGearAssociation()
ClusterGearAssociation
public ClusterGearAssociation(RemoteGearNaturalId toGearNaturalId,
RemoteGearNaturalId fromGearNaturalId)
ClusterGearAssociation
public ClusterGearAssociation(java.sql.Timestamp updateDate,
RemoteGearNaturalId toGearNaturalId,
RemoteGearNaturalId fromGearNaturalId)
ClusterGearAssociation
public ClusterGearAssociation(ClusterGearAssociation otherBean)
- Copies constructor from other ClusterGearAssociation
- Parameters:
otherBean,
- cannot be null
- Throws:
java.lang.NullPointerException
- if the argument is null
copy
public void copy(ClusterGearAssociation otherBean)
- Copies all properties from the argument value object into this value object.
getUpdateDate
public java.sql.Timestamp getUpdateDate()
setUpdateDate
public void setUpdateDate(java.sql.Timestamp updateDate)
getToGearNaturalId
public RemoteGearNaturalId getToGearNaturalId()
setToGearNaturalId
public void setToGearNaturalId(RemoteGearNaturalId toGearNaturalId)
getFromGearNaturalId
public RemoteGearNaturalId getFromGearNaturalId()
setFromGearNaturalId
public void setFromGearNaturalId(RemoteGearNaturalId fromGearNaturalId)
Copyright © 2008-2010 IFREMER. All Rights Reserved.