fr.ifremer.allegro.referential.spatial.generic.vo
Class RemoteSpatialItem2LocationFullVO

java.lang.Object
  extended by fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
      extended by fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationFullVO
All Implemented Interfaces:
java.io.Serializable

public class RemoteSpatialItem2LocationFullVO
extends RemoteFullVOAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RemoteSpatialItem2LocationFullVO()
           
RemoteSpatialItem2LocationFullVO(java.lang.Integer spatialItemId, java.lang.Integer locationId)
           
RemoteSpatialItem2LocationFullVO(RemoteSpatialItem2LocationFullVO otherBean)
          Copies constructor from other RemoteSpatialItem2LocationFullVO
RemoteSpatialItem2LocationFullVO(java.lang.String localizedName, java.lang.Integer spatialItemId, java.lang.Integer locationId)
           
 
Method Summary
 void copy(RemoteSpatialItem2LocationFullVO otherBean)
          Copies all properties from the argument value object into this value object.
 java.lang.String getLocalizedName()
           
 java.lang.Integer getLocationId()
           
 java.lang.Integer getSpatialItemId()
           
 void setLocalizedName(java.lang.String localizedName)
           
 void setLocationId(java.lang.Integer locationId)
           
 void setSpatialItemId(java.lang.Integer spatialItemId)
           
 
Methods inherited from class fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
copy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteSpatialItem2LocationFullVO

public RemoteSpatialItem2LocationFullVO()

RemoteSpatialItem2LocationFullVO

public RemoteSpatialItem2LocationFullVO(java.lang.Integer spatialItemId,
                                        java.lang.Integer locationId)

RemoteSpatialItem2LocationFullVO

public RemoteSpatialItem2LocationFullVO(java.lang.String localizedName,
                                        java.lang.Integer spatialItemId,
                                        java.lang.Integer locationId)

RemoteSpatialItem2LocationFullVO

public RemoteSpatialItem2LocationFullVO(RemoteSpatialItem2LocationFullVO otherBean)
Copies constructor from other RemoteSpatialItem2LocationFullVO

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

copy

public void copy(RemoteSpatialItem2LocationFullVO 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)

getSpatialItemId

public java.lang.Integer getSpatialItemId()

setSpatialItemId

public void setSpatialItemId(java.lang.Integer spatialItemId)

getLocationId

public java.lang.Integer getLocationId()

setLocationId

public void setLocationId(java.lang.Integer locationId)


Copyright © 2008-2010 IFREMER. All Rights Reserved.