fr.ifremer.allegro.referential.spatial.generic.vo
Class RemoteSpatialItemPointFullVO
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO
- All Implemented Interfaces:
- java.io.Serializable
public class RemoteSpatialItemPointFullVO
- extends RemoteFullVOAbstract
- 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 |
RemoteSpatialItemPointFullVO
public RemoteSpatialItemPointFullVO()
RemoteSpatialItemPointFullVO
public RemoteSpatialItemPointFullVO(java.lang.Integer spatialItemId)
RemoteSpatialItemPointFullVO
public RemoteSpatialItemPointFullVO(java.lang.Integer id,
java.lang.String localizedName,
java.lang.Integer spatialItemId)
RemoteSpatialItemPointFullVO
public RemoteSpatialItemPointFullVO(RemoteSpatialItemPointFullVO otherBean)
- Copies constructor from other RemoteSpatialItemPointFullVO
- Parameters:
otherBean,
- cannot be null
- Throws:
java.lang.NullPointerException
- if the argument is null
copy
public void copy(RemoteSpatialItemPointFullVO otherBean)
- Copies all properties from the argument value object into this value object.
getId
public java.lang.Integer getId()
setId
public void setId(java.lang.Integer id)
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)
Copyright © 2008-2010 IFREMER. All Rights Reserved.