fr.ifremer.allegro.referential.gear.generic.vo
Class RemoteGearFullVO
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearFullVO
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- RemoteFishingGearFullVO
public class RemoteGearFullVO
- extends RemoteFullVOAbstract
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
RemoteGearFullVO()
|
RemoteGearFullVO(java.lang.Integer id,
java.lang.String label,
java.lang.String name,
java.lang.String description,
java.sql.Timestamp updateDate,
java.lang.Integer parentGearId,
java.lang.Integer gearClassificationId,
java.lang.String statusCode,
java.lang.Integer[] childGearsId)
|
RemoteGearFullVO(RemoteGearFullVO otherBean)
Copies constructor from other RemoteGearFullVO |
RemoteGearFullVO(java.lang.String label,
java.lang.String name,
java.lang.Integer gearClassificationId,
java.lang.String statusCode,
java.lang.Integer[] childGearsId)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteGearFullVO
public RemoteGearFullVO()
RemoteGearFullVO
public RemoteGearFullVO(java.lang.String label,
java.lang.String name,
java.lang.Integer gearClassificationId,
java.lang.String statusCode,
java.lang.Integer[] childGearsId)
RemoteGearFullVO
public RemoteGearFullVO(java.lang.Integer id,
java.lang.String label,
java.lang.String name,
java.lang.String description,
java.sql.Timestamp updateDate,
java.lang.Integer parentGearId,
java.lang.Integer gearClassificationId,
java.lang.String statusCode,
java.lang.Integer[] childGearsId)
RemoteGearFullVO
public RemoteGearFullVO(RemoteGearFullVO otherBean)
- Copies constructor from other RemoteGearFullVO
- Parameters:
otherBean,
- cannot be null
- Throws:
java.lang.NullPointerException
- if the argument is null
copy
public void copy(RemoteGearFullVO otherBean)
- Copies all properties from the argument value object into this value object.
getId
public java.lang.Integer getId()
setId
public void setId(java.lang.Integer id)
getLabel
public java.lang.String getLabel()
setLabel
public void setLabel(java.lang.String label)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getUpdateDate
public java.sql.Timestamp getUpdateDate()
setUpdateDate
public void setUpdateDate(java.sql.Timestamp updateDate)
getParentGearId
public java.lang.Integer getParentGearId()
setParentGearId
public void setParentGearId(java.lang.Integer parentGearId)
getGearClassificationId
public java.lang.Integer getGearClassificationId()
setGearClassificationId
public void setGearClassificationId(java.lang.Integer gearClassificationId)
getStatusCode
public java.lang.String getStatusCode()
setStatusCode
public void setStatusCode(java.lang.String statusCode)
getChildGearsId
public java.lang.Integer[] getChildGearsId()
setChildGearsId
public void setChildGearsId(java.lang.Integer[] childGearsId)
Copyright © 2008-2010 IFREMER. All Rights Reserved.