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

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

public class RemoteGearClassificationAssociationFullVO
extends RemoteFullVOAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RemoteGearClassificationAssociationFullVO()
           
RemoteGearClassificationAssociationFullVO(java.lang.Integer toGearClassificationId, java.lang.Integer fromGearClassificationId)
           
RemoteGearClassificationAssociationFullVO(RemoteGearClassificationAssociationFullVO otherBean)
          Copies constructor from other RemoteGearClassificationAssociationFullVO
RemoteGearClassificationAssociationFullVO(java.sql.Timestamp updateDate, java.lang.Integer toGearClassificationId, java.lang.Integer fromGearClassificationId)
           
 
Method Summary
 void copy(RemoteGearClassificationAssociationFullVO otherBean)
          Copies all properties from the argument value object into this value object.
 java.lang.Integer getFromGearClassificationId()
           
 java.lang.Integer getToGearClassificationId()
           
 java.sql.Timestamp getUpdateDate()
           
 void setFromGearClassificationId(java.lang.Integer fromGearClassificationId)
           
 void setToGearClassificationId(java.lang.Integer toGearClassificationId)
           
 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

RemoteGearClassificationAssociationFullVO

public RemoteGearClassificationAssociationFullVO()

RemoteGearClassificationAssociationFullVO

public RemoteGearClassificationAssociationFullVO(java.lang.Integer toGearClassificationId,
                                                 java.lang.Integer fromGearClassificationId)

RemoteGearClassificationAssociationFullVO

public RemoteGearClassificationAssociationFullVO(java.sql.Timestamp updateDate,
                                                 java.lang.Integer toGearClassificationId,
                                                 java.lang.Integer fromGearClassificationId)

RemoteGearClassificationAssociationFullVO

public RemoteGearClassificationAssociationFullVO(RemoteGearClassificationAssociationFullVO otherBean)
Copies constructor from other RemoteGearClassificationAssociationFullVO

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

copy

public void copy(RemoteGearClassificationAssociationFullVO 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)

getToGearClassificationId

public java.lang.Integer getToGearClassificationId()

setToGearClassificationId

public void setToGearClassificationId(java.lang.Integer toGearClassificationId)

getFromGearClassificationId

public java.lang.Integer getFromGearClassificationId()

setFromGearClassificationId

public void setFromGearClassificationId(java.lang.Integer fromGearClassificationId)


Copyright © 2008-2010 IFREMER. All Rights Reserved.