fr.ifremer.allegro.technical.optimization.location.generic.vo
Class RemoteLocationHierarchyFullVO

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

Constructor Summary
RemoteLocationHierarchyFullVO()
           
RemoteLocationHierarchyFullVO(java.lang.Float childSurfaceRatio, java.lang.Integer locationId, java.lang.Integer parentId)
           
RemoteLocationHierarchyFullVO(RemoteLocationHierarchyFullVO otherBean)
          Copies constructor from other RemoteLocationHierarchyFullVO
 
Method Summary
 void copy(RemoteLocationHierarchyFullVO otherBean)
          Copies all properties from the argument value object into this value object.
 java.lang.Float getChildSurfaceRatio()
           
 java.lang.Integer getLocationId()
           
 java.lang.Integer getParentId()
           
 void setChildSurfaceRatio(java.lang.Float childSurfaceRatio)
           
 void setLocationId(java.lang.Integer locationId)
           
 void setParentId(java.lang.Integer parentId)
           
 
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

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

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.