fr.ifremer.allegro.referential.transcribing.generic.vo
Class RemoteTranscribingTaxonGroupFullVO

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

public class RemoteTranscribingTaxonGroupFullVO
extends RemoteFullVOAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RemoteTranscribingTaxonGroupFullVO()
           
RemoteTranscribingTaxonGroupFullVO(RemoteTranscribingTaxonGroupFullVO otherBean)
          Copies constructor from other RemoteTranscribingTaxonGroupFullVO
RemoteTranscribingTaxonGroupFullVO(java.lang.String externalCode, java.lang.Integer transcribingSystemId, java.lang.Integer transcribingSideId, java.lang.Integer taxonGroupId)
           
RemoteTranscribingTaxonGroupFullVO(java.lang.String externalCode, java.sql.Timestamp updateDate, java.lang.Integer transcribingSystemId, java.lang.Integer transcribingSideId, java.lang.Integer taxonGroupId)
           
 
Method Summary
 void copy(RemoteTranscribingTaxonGroupFullVO otherBean)
          Copies all properties from the argument value object into this value object.
 java.lang.String getExternalCode()
           
 java.lang.Integer getTaxonGroupId()
           
 java.lang.Integer getTranscribingSideId()
           
 java.lang.Integer getTranscribingSystemId()
           
 java.sql.Timestamp getUpdateDate()
           
 void setExternalCode(java.lang.String externalCode)
           
 void setTaxonGroupId(java.lang.Integer taxonGroupId)
           
 void setTranscribingSideId(java.lang.Integer transcribingSideId)
           
 void setTranscribingSystemId(java.lang.Integer transcribingSystemId)
           
 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

RemoteTranscribingTaxonGroupFullVO

public RemoteTranscribingTaxonGroupFullVO()

RemoteTranscribingTaxonGroupFullVO

public RemoteTranscribingTaxonGroupFullVO(java.lang.String externalCode,
                                          java.lang.Integer transcribingSystemId,
                                          java.lang.Integer transcribingSideId,
                                          java.lang.Integer taxonGroupId)

RemoteTranscribingTaxonGroupFullVO

public RemoteTranscribingTaxonGroupFullVO(java.lang.String externalCode,
                                          java.sql.Timestamp updateDate,
                                          java.lang.Integer transcribingSystemId,
                                          java.lang.Integer transcribingSideId,
                                          java.lang.Integer taxonGroupId)

RemoteTranscribingTaxonGroupFullVO

public RemoteTranscribingTaxonGroupFullVO(RemoteTranscribingTaxonGroupFullVO otherBean)
Copies constructor from other RemoteTranscribingTaxonGroupFullVO

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

copy

public void copy(RemoteTranscribingTaxonGroupFullVO otherBean)
Copies all properties from the argument value object into this value object.


getExternalCode

public java.lang.String getExternalCode()

setExternalCode

public void setExternalCode(java.lang.String externalCode)

getUpdateDate

public java.sql.Timestamp getUpdateDate()

setUpdateDate

public void setUpdateDate(java.sql.Timestamp updateDate)

getTranscribingSystemId

public java.lang.Integer getTranscribingSystemId()

setTranscribingSystemId

public void setTranscribingSystemId(java.lang.Integer transcribingSystemId)

getTranscribingSideId

public java.lang.Integer getTranscribingSideId()

setTranscribingSideId

public void setTranscribingSideId(java.lang.Integer transcribingSideId)

getTaxonGroupId

public java.lang.Integer getTaxonGroupId()

setTaxonGroupId

public void setTaxonGroupId(java.lang.Integer taxonGroupId)


Copyright © 2008-2010 IFREMER. All Rights Reserved.