fr.ifremer.allegro.technical.optimization.location.generic.cluster
Class ClusterLocationHierarchy

java.lang.Object
  extended by fr.ifremer.allegro.valueObjectAbstract.ClusterAbstract
      extended by 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

Constructor Summary
ClusterLocationHierarchy()
           
ClusterLocationHierarchy(ClusterLocationHierarchy otherBean)
          Copies constructor from other ClusterLocationHierarchy
ClusterLocationHierarchy(java.lang.Float childSurfaceRatio, RemoteLocationNaturalId locationNaturalId, RemoteLocationNaturalId parentNaturalId)
           
 
Method Summary
 void copy(ClusterLocationHierarchy otherBean)
          Copies all properties from the argument value object into this value object.
 java.lang.Float getChildSurfaceRatio()
           
 RemoteLocationNaturalId getLocationNaturalId()
           
 RemoteLocationNaturalId getParentNaturalId()
           
 void setChildSurfaceRatio(java.lang.Float childSurfaceRatio)
           
 void setLocationNaturalId(RemoteLocationNaturalId locationNaturalId)
           
 void setParentNaturalId(RemoteLocationNaturalId parentNaturalId)
           
 
Methods inherited from class fr.ifremer.allegro.valueObjectAbstract.ClusterAbstract
addPropertyChangeListener, addPropertyChangeListener, copy, firePropertyChange, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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
Method Detail

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.