fr.ifremer.allegro.referential.location.generic.vo
Class RemoteLocationAssociationFullVO

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

Constructor Summary
RemoteLocationAssociationFullVO()
           
RemoteLocationAssociationFullVO(java.lang.Float childSurfaceRatio, java.lang.Integer parentLocationId, java.lang.Integer childLocationId)
           
RemoteLocationAssociationFullVO(java.lang.Float childSurfaceRatio, java.sql.Timestamp updateDate, java.lang.Integer parentLocationId, java.lang.Integer childLocationId)
           
RemoteLocationAssociationFullVO(RemoteLocationAssociationFullVO otherBean)
          Copies constructor from other RemoteLocationAssociationFullVO
 
Method Summary
 void copy(RemoteLocationAssociationFullVO otherBean)
          Copies all properties from the argument value object into this value object.
 java.lang.Integer getChildLocationId()
           
 java.lang.Float getChildSurfaceRatio()
           
 java.lang.Integer getParentLocationId()
           
 java.sql.Timestamp getUpdateDate()
           
 void setChildLocationId(java.lang.Integer childLocationId)
           
 void setChildSurfaceRatio(java.lang.Float childSurfaceRatio)
           
 void setParentLocationId(java.lang.Integer parentLocationId)
           
 void setUpdateDate(java.sql.Timestamp updateDate)
           
 
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

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

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.