fr.ifremer.allegro.referential.taxon.generic.vo
Class RemoteTaxonGroupFullVO

java.lang.Object
  extended by fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
      extended by 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)
           
 
Method Summary
 void copy(RemoteTaxonGroupFullVO otherBean)
          Copies all properties from the argument value object into this value object.
 java.lang.Integer[] getChildTaxonGroupId()
           
 java.lang.String getComments()
           
 java.util.Date getCreationDate()
           
 java.lang.Integer getId()
           
 java.lang.Boolean getIsChildGroupExclusive()
           
 java.lang.Boolean getIsUpdatable()
           
 java.lang.String getLabel()
           
 java.lang.String getName()
           
 java.lang.Integer getParentTaxonGroupId()
           
 java.lang.String getStatusCode()
           
 java.lang.Integer[] getTaxonGroupHistoricalRecordId()
           
 java.lang.String getTaxonGroupTypeCode()
           
 java.sql.Timestamp getUpdateDate()
           
 void setChildTaxonGroupId(java.lang.Integer[] childTaxonGroupId)
           
 void setComments(java.lang.String comments)
           
 void setCreationDate(java.util.Date creationDate)
           
 void setId(java.lang.Integer id)
           
 void setIsChildGroupExclusive(java.lang.Boolean isChildGroupExclusive)
           
 void setIsUpdatable(java.lang.Boolean isUpdatable)
           
 void setLabel(java.lang.String label)
           
 void setName(java.lang.String name)
           
 void setParentTaxonGroupId(java.lang.Integer parentTaxonGroupId)
           
 void setStatusCode(java.lang.String statusCode)
           
 void setTaxonGroupHistoricalRecordId(java.lang.Integer[] taxonGroupHistoricalRecordId)
           
 void setTaxonGroupTypeCode(java.lang.String taxonGroupTypeCode)
           
 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

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
Method Detail

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.