fr.ifremer.allegro.technical.optimization.location.generic.vo
Class RemoteLocationHierarchyFullVO
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
fr.ifremer.allegro.technical.optimization.location.generic.vo.RemoteLocationHierarchyFullVO
- All Implemented Interfaces:
- java.io.Serializable
public class RemoteLocationHierarchyFullVO
- 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 |
RemoteLocationHierarchyFullVO
public RemoteLocationHierarchyFullVO()
RemoteLocationHierarchyFullVO
public RemoteLocationHierarchyFullVO(java.lang.Float childSurfaceRatio,
java.lang.Integer locationId,
java.lang.Integer parentId)
RemoteLocationHierarchyFullVO
public RemoteLocationHierarchyFullVO(RemoteLocationHierarchyFullVO otherBean)
- Copies constructor from other RemoteLocationHierarchyFullVO
- Parameters:
otherBean,
- cannot be null
- Throws:
java.lang.NullPointerException
- if the argument is null
copy
public void copy(RemoteLocationHierarchyFullVO 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)
getLocationId
public java.lang.Integer getLocationId()
setLocationId
public void setLocationId(java.lang.Integer locationId)
getParentId
public java.lang.Integer getParentId()
setParentId
public void setParentId(java.lang.Integer parentId)
Copyright © 2008-2010 IFREMER. All Rights Reserved.