fr.ifremer.allegro.referential.location.generic.vo
Class RemoteLocationAssociationFullVO
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAssociationFullVO
- All Implemented Interfaces:
- java.io.Serializable
public class RemoteLocationAssociationFullVO
- 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 |
RemoteLocationAssociationFullVO
public RemoteLocationAssociationFullVO()
RemoteLocationAssociationFullVO
public RemoteLocationAssociationFullVO(java.lang.Float childSurfaceRatio,
java.lang.Integer parentLocationId,
java.lang.Integer childLocationId)
RemoteLocationAssociationFullVO
public RemoteLocationAssociationFullVO(java.lang.Float childSurfaceRatio,
java.sql.Timestamp updateDate,
java.lang.Integer parentLocationId,
java.lang.Integer childLocationId)
RemoteLocationAssociationFullVO
public RemoteLocationAssociationFullVO(RemoteLocationAssociationFullVO otherBean)
- Copies constructor from other RemoteLocationAssociationFullVO
- Parameters:
otherBean,
- cannot be null
- Throws:
java.lang.NullPointerException
- if the argument is null
copy
public void copy(RemoteLocationAssociationFullVO 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)
getUpdateDate
public java.sql.Timestamp getUpdateDate()
setUpdateDate
public void setUpdateDate(java.sql.Timestamp updateDate)
getParentLocationId
public java.lang.Integer getParentLocationId()
setParentLocationId
public void setParentLocationId(java.lang.Integer parentLocationId)
getChildLocationId
public java.lang.Integer getChildLocationId()
setChildLocationId
public void setChildLocationId(java.lang.Integer childLocationId)
Copyright © 2008-2010 IFREMER. All Rights Reserved.