fr.ifremer.allegro.referential.gear.generic.vo
Class RemoteGearAssociationFullVO

java.lang.Object
  extended by fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
      extended by fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearAssociationFullVO
All Implemented Interfaces:
java.io.Serializable

public class RemoteGearAssociationFullVO
extends RemoteFullVOAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RemoteGearAssociationFullVO()
           
RemoteGearAssociationFullVO(java.lang.Integer toGearId, java.lang.Integer fromGearId)
           
RemoteGearAssociationFullVO(RemoteGearAssociationFullVO otherBean)
          Copies constructor from other RemoteGearAssociationFullVO
RemoteGearAssociationFullVO(java.sql.Timestamp updateDate, java.lang.Integer toGearId, java.lang.Integer fromGearId)
           
 
Method Summary
 void copy(RemoteGearAssociationFullVO otherBean)
          Copies all properties from the argument value object into this value object.
 java.lang.Integer getFromGearId()
           
 java.lang.Integer getToGearId()
           
 java.sql.Timestamp getUpdateDate()
           
 void setFromGearId(java.lang.Integer fromGearId)
           
 void setToGearId(java.lang.Integer toGearId)
           
 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

RemoteGearAssociationFullVO

public RemoteGearAssociationFullVO()

RemoteGearAssociationFullVO

public RemoteGearAssociationFullVO(java.lang.Integer toGearId,
                                   java.lang.Integer fromGearId)

RemoteGearAssociationFullVO

public RemoteGearAssociationFullVO(java.sql.Timestamp updateDate,
                                   java.lang.Integer toGearId,
                                   java.lang.Integer fromGearId)

RemoteGearAssociationFullVO

public RemoteGearAssociationFullVO(RemoteGearAssociationFullVO otherBean)
Copies constructor from other RemoteGearAssociationFullVO

Parameters:
otherBean, - cannot be null
Throws:
java.lang.NullPointerException - if the argument is null
Method Detail

copy

public void copy(RemoteGearAssociationFullVO otherBean)
Copies all properties from the argument value object into this value object.


getUpdateDate

public java.sql.Timestamp getUpdateDate()

setUpdateDate

public void setUpdateDate(java.sql.Timestamp updateDate)

getToGearId

public java.lang.Integer getToGearId()

setToGearId

public void setToGearId(java.lang.Integer toGearId)

getFromGearId

public java.lang.Integer getFromGearId()

setFromGearId

public void setFromGearId(java.lang.Integer fromGearId)


Copyright © 2008-2010 IFREMER. All Rights Reserved.