fr.ifremer.allegro.technical.optimization.location.generic.cluster
Class ClusterLocationHierarchy
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.ClusterAbstract
fr.ifremer.allegro.technical.optimization.location.generic.cluster.ClusterLocationHierarchy
- All Implemented Interfaces:
- java.io.Serializable
public class ClusterLocationHierarchy
- 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 |
ClusterLocationHierarchy
public ClusterLocationHierarchy()
ClusterLocationHierarchy
public ClusterLocationHierarchy(java.lang.Float childSurfaceRatio,
RemoteLocationNaturalId locationNaturalId,
RemoteLocationNaturalId parentNaturalId)
ClusterLocationHierarchy
public ClusterLocationHierarchy(ClusterLocationHierarchy otherBean)
- Copies constructor from other ClusterLocationHierarchy
- Parameters:
otherBean,
- cannot be null
- Throws:
java.lang.NullPointerException
- if the argument is null
copy
public void copy(ClusterLocationHierarchy 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)
getLocationNaturalId
public RemoteLocationNaturalId getLocationNaturalId()
setLocationNaturalId
public void setLocationNaturalId(RemoteLocationNaturalId locationNaturalId)
getParentNaturalId
public RemoteLocationNaturalId getParentNaturalId()
setParentNaturalId
public void setParentNaturalId(RemoteLocationNaturalId parentNaturalId)
Copyright © 2008-2010 IFREMER. All Rights Reserved.