fr.ifremer.allegro.referential.gear.generic.vo
Class RemoteGearClassificationAssociationFullVO
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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.