fr.ifremer.allegro.referential.transcribing.generic.vo
Class RemoteTranscribingPmfmFullVO
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingPmfmFullVO
- All Implemented Interfaces:
- java.io.Serializable
public class RemoteTranscribingPmfmFullVO
- 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 |
RemoteTranscribingPmfmFullVO
public RemoteTranscribingPmfmFullVO()
RemoteTranscribingPmfmFullVO
public RemoteTranscribingPmfmFullVO(java.lang.String externalCode,
java.lang.Integer pmfmId,
java.lang.Integer transcribingSystemId,
java.lang.Integer transcribingSideId)
RemoteTranscribingPmfmFullVO
public RemoteTranscribingPmfmFullVO(java.lang.String externalCode,
java.sql.Timestamp updateDate,
java.lang.Integer pmfmId,
java.lang.Integer transcribingSystemId,
java.lang.Integer transcribingSideId)
RemoteTranscribingPmfmFullVO
public RemoteTranscribingPmfmFullVO(RemoteTranscribingPmfmFullVO otherBean)
- Copies constructor from other RemoteTranscribingPmfmFullVO
- Parameters:
otherBean,
- cannot be null
- Throws:
java.lang.NullPointerException
- if the argument is null
copy
public void copy(RemoteTranscribingPmfmFullVO 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)
getPmfmId
public java.lang.Integer getPmfmId()
setPmfmId
public void setPmfmId(java.lang.Integer pmfmId)
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)
Copyright © 2008-2010 IFREMER. All Rights Reserved.