fr.ifremer.allegro.referential.taxon.generic.vo
Class RemoteTaxonGroupFullVO
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupFullVO
- All Implemented Interfaces:
- java.io.Serializable
public class RemoteTaxonGroupFullVO
- extends RemoteFullVOAbstract
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
RemoteTaxonGroupFullVO()
|
RemoteTaxonGroupFullVO(java.lang.Integer id,
java.lang.String label,
java.lang.String name,
java.lang.String comments,
java.lang.Boolean isChildGroupExclusive,
java.lang.Boolean isUpdatable,
java.util.Date creationDate,
java.sql.Timestamp updateDate,
java.lang.String taxonGroupTypeCode,
java.lang.Integer parentTaxonGroupId,
java.lang.String statusCode,
java.lang.Integer[] taxonGroupHistoricalRecordId,
java.lang.Integer[] childTaxonGroupId)
|
RemoteTaxonGroupFullVO(RemoteTaxonGroupFullVO otherBean)
Copies constructor from other RemoteTaxonGroupFullVO |
RemoteTaxonGroupFullVO(java.lang.String name,
java.lang.Boolean isChildGroupExclusive,
java.lang.Boolean isUpdatable,
java.util.Date creationDate,
java.lang.String taxonGroupTypeCode,
java.lang.String statusCode,
java.lang.Integer[] taxonGroupHistoricalRecordId,
java.lang.Integer[] childTaxonGroupId)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteTaxonGroupFullVO
public RemoteTaxonGroupFullVO()
RemoteTaxonGroupFullVO
public RemoteTaxonGroupFullVO(java.lang.String name,
java.lang.Boolean isChildGroupExclusive,
java.lang.Boolean isUpdatable,
java.util.Date creationDate,
java.lang.String taxonGroupTypeCode,
java.lang.String statusCode,
java.lang.Integer[] taxonGroupHistoricalRecordId,
java.lang.Integer[] childTaxonGroupId)
RemoteTaxonGroupFullVO
public RemoteTaxonGroupFullVO(java.lang.Integer id,
java.lang.String label,
java.lang.String name,
java.lang.String comments,
java.lang.Boolean isChildGroupExclusive,
java.lang.Boolean isUpdatable,
java.util.Date creationDate,
java.sql.Timestamp updateDate,
java.lang.String taxonGroupTypeCode,
java.lang.Integer parentTaxonGroupId,
java.lang.String statusCode,
java.lang.Integer[] taxonGroupHistoricalRecordId,
java.lang.Integer[] childTaxonGroupId)
RemoteTaxonGroupFullVO
public RemoteTaxonGroupFullVO(RemoteTaxonGroupFullVO otherBean)
- Copies constructor from other RemoteTaxonGroupFullVO
- Parameters:
otherBean,
- cannot be null
- Throws:
java.lang.NullPointerException
- if the argument is null
copy
public void copy(RemoteTaxonGroupFullVO 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)
getComments
public java.lang.String getComments()
setComments
public void setComments(java.lang.String comments)
getIsChildGroupExclusive
public java.lang.Boolean getIsChildGroupExclusive()
setIsChildGroupExclusive
public void setIsChildGroupExclusive(java.lang.Boolean isChildGroupExclusive)
getIsUpdatable
public java.lang.Boolean getIsUpdatable()
setIsUpdatable
public void setIsUpdatable(java.lang.Boolean isUpdatable)
getCreationDate
public java.util.Date getCreationDate()
setCreationDate
public void setCreationDate(java.util.Date creationDate)
getUpdateDate
public java.sql.Timestamp getUpdateDate()
setUpdateDate
public void setUpdateDate(java.sql.Timestamp updateDate)
getTaxonGroupTypeCode
public java.lang.String getTaxonGroupTypeCode()
setTaxonGroupTypeCode
public void setTaxonGroupTypeCode(java.lang.String taxonGroupTypeCode)
getParentTaxonGroupId
public java.lang.Integer getParentTaxonGroupId()
setParentTaxonGroupId
public void setParentTaxonGroupId(java.lang.Integer parentTaxonGroupId)
getStatusCode
public java.lang.String getStatusCode()
setStatusCode
public void setStatusCode(java.lang.String statusCode)
getTaxonGroupHistoricalRecordId
public java.lang.Integer[] getTaxonGroupHistoricalRecordId()
setTaxonGroupHistoricalRecordId
public void setTaxonGroupHistoricalRecordId(java.lang.Integer[] taxonGroupHistoricalRecordId)
getChildTaxonGroupId
public java.lang.Integer[] getChildTaxonGroupId()
setChildTaxonGroupId
public void setChildTaxonGroupId(java.lang.Integer[] childTaxonGroupId)
Copyright © 2008-2010 IFREMER. All Rights Reserved.