fr.ifremer.allegro.referential.location.generic.cluster
Class ClusterLocationAssociation
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.ClusterAbstract
fr.ifremer.allegro.referential.location.generic.cluster.ClusterLocationAssociation
- All Implemented Interfaces:
- java.io.Serializable
public class ClusterLocationAssociation
- 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 |
ClusterLocationAssociation
public ClusterLocationAssociation()
ClusterLocationAssociation
public ClusterLocationAssociation(java.lang.Float childSurfaceRatio,
RemoteLocationNaturalId parentLocationNaturalId,
RemoteLocationNaturalId childLocationNaturalId)
ClusterLocationAssociation
public ClusterLocationAssociation(java.lang.Float childSurfaceRatio,
java.sql.Timestamp updateDate,
RemoteLocationNaturalId parentLocationNaturalId,
RemoteLocationNaturalId childLocationNaturalId)
ClusterLocationAssociation
public ClusterLocationAssociation(ClusterLocationAssociation otherBean)
- Copies constructor from other ClusterLocationAssociation
- Parameters:
otherBean,
- cannot be null
- Throws:
java.lang.NullPointerException
- if the argument is null
copy
public void copy(ClusterLocationAssociation otherBean)
- Copies all properties from the argument value object into this value object.
getChildSurfaceRatio
public java.lang.Float getChildSurfaceRatio()
setChildSurfaceRatio
public void setChildSurfaceRatio(java.lang.Float childSurfaceRatio)
getUpdateDate
public java.sql.Timestamp getUpdateDate()
setUpdateDate
public void setUpdateDate(java.sql.Timestamp updateDate)
getParentLocationNaturalId
public RemoteLocationNaturalId getParentLocationNaturalId()
setParentLocationNaturalId
public void setParentLocationNaturalId(RemoteLocationNaturalId parentLocationNaturalId)
getChildLocationNaturalId
public RemoteLocationNaturalId getChildLocationNaturalId()
setChildLocationNaturalId
public void setChildLocationNaturalId(RemoteLocationNaturalId childLocationNaturalId)
Copyright © 2008-2010 IFREMER. All Rights Reserved.