fr.ifremer.allegro.referential.location.generic.cluster
Class ClusterLocationAssociation

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

Constructor Summary
ClusterLocationAssociation()
           
ClusterLocationAssociation(ClusterLocationAssociation otherBean)
          Copies constructor from other ClusterLocationAssociation
ClusterLocationAssociation(java.lang.Float childSurfaceRatio, RemoteLocationNaturalId parentLocationNaturalId, RemoteLocationNaturalId childLocationNaturalId)
           
ClusterLocationAssociation(java.lang.Float childSurfaceRatio, java.sql.Timestamp updateDate, RemoteLocationNaturalId parentLocationNaturalId, RemoteLocationNaturalId childLocationNaturalId)
           
 
Method Summary
 void copy(ClusterLocationAssociation otherBean)
          Copies all properties from the argument value object into this value object.
 RemoteLocationNaturalId getChildLocationNaturalId()
           
 java.lang.Float getChildSurfaceRatio()
           
 RemoteLocationNaturalId getParentLocationNaturalId()
           
 java.sql.Timestamp getUpdateDate()
           
 void setChildLocationNaturalId(RemoteLocationNaturalId childLocationNaturalId)
           
 void setChildSurfaceRatio(java.lang.Float childSurfaceRatio)
           
 void setParentLocationNaturalId(RemoteLocationNaturalId parentLocationNaturalId)
           
 void setUpdateDate(java.sql.Timestamp updateDate)
           
 
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

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

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.