fr.ifremer.allegro.referential.spatial.generic.cluster
Class ClusterSpatialItem2Location

java.lang.Object
  extended by fr.ifremer.allegro.valueObjectAbstract.ClusterAbstract
      extended by fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItem2Location
All Implemented Interfaces:
java.io.Serializable

public class ClusterSpatialItem2Location
extends ClusterAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ClusterSpatialItem2Location()
           
ClusterSpatialItem2Location(ClusterSpatialItem2Location otherBean)
          Copies constructor from other ClusterSpatialItem2Location
ClusterSpatialItem2Location(RemoteSpatialItemNaturalId spatialItemNaturalId, RemoteLocationNaturalId locationNaturalId)
           
ClusterSpatialItem2Location(java.lang.String localizedName, RemoteSpatialItemNaturalId spatialItemNaturalId, RemoteLocationNaturalId locationNaturalId)
           
 
Method Summary
 void copy(ClusterSpatialItem2Location otherBean)
          Copies all properties from the argument value object into this value object.
 java.lang.String getLocalizedName()
           
 RemoteLocationNaturalId getLocationNaturalId()
           
 RemoteSpatialItemNaturalId getSpatialItemNaturalId()
           
 void setLocalizedName(java.lang.String localizedName)
           
 void setLocationNaturalId(RemoteLocationNaturalId locationNaturalId)
           
 void setSpatialItemNaturalId(RemoteSpatialItemNaturalId spatialItemNaturalId)
           
 
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

ClusterSpatialItem2Location

public ClusterSpatialItem2Location()

ClusterSpatialItem2Location

public ClusterSpatialItem2Location(RemoteSpatialItemNaturalId spatialItemNaturalId,
                                   RemoteLocationNaturalId locationNaturalId)

ClusterSpatialItem2Location

public ClusterSpatialItem2Location(java.lang.String localizedName,
                                   RemoteSpatialItemNaturalId spatialItemNaturalId,
                                   RemoteLocationNaturalId locationNaturalId)

ClusterSpatialItem2Location

public ClusterSpatialItem2Location(ClusterSpatialItem2Location otherBean)
Copies constructor from other ClusterSpatialItem2Location

Parameters:
otherBean, - cannot be null
Throws:
java.lang.NullPointerException - if the argument is null
Method Detail

copy

public void copy(ClusterSpatialItem2Location otherBean)
Copies all properties from the argument value object into this value object.


getLocalizedName

public java.lang.String getLocalizedName()

setLocalizedName

public void setLocalizedName(java.lang.String localizedName)

getSpatialItemNaturalId

public RemoteSpatialItemNaturalId getSpatialItemNaturalId()

setSpatialItemNaturalId

public void setSpatialItemNaturalId(RemoteSpatialItemNaturalId spatialItemNaturalId)

getLocationNaturalId

public RemoteLocationNaturalId getLocationNaturalId()

setLocationNaturalId

public void setLocationNaturalId(RemoteLocationNaturalId locationNaturalId)


Copyright © 2008-2010 IFREMER. All Rights Reserved.