fr.ifremer.allegro.data.measure.file.generic.cluster
Class ClusterMeasurementFile
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.ClusterAbstract
fr.ifremer.allegro.data.measure.file.generic.cluster.ClusterMeasurementFile
- All Implemented Interfaces:
- java.io.Serializable
public class ClusterMeasurementFile
- extends ClusterAbstract
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
ClusterMeasurementFile()
|
ClusterMeasurementFile(ClusterMeasurementFile otherBean)
Copies constructor from other ClusterMeasurementFile |
ClusterMeasurementFile(java.lang.Integer id,
java.lang.Integer idLocal,
java.lang.Integer objectId,
java.lang.String path,
java.lang.String name,
java.lang.String comments,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
RemoteDepartmentNaturalId departmentNaturalId,
RemoteQualityFlagNaturalId qualityFlagNaturalId,
RemoteObjectTypeNaturalId objectTypeNaturalId,
RemoteAnalysisInstrumentNaturalId analysisInstrumentNaturalId,
RemotePmfmNaturalId pmfmNaturalId)
|
ClusterMeasurementFile(java.lang.Integer objectId,
java.lang.String path,
RemoteQualityFlagNaturalId qualityFlagNaturalId,
RemoteObjectTypeNaturalId objectTypeNaturalId,
RemotePmfmNaturalId pmfmNaturalId)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClusterMeasurementFile
public ClusterMeasurementFile()
ClusterMeasurementFile
public ClusterMeasurementFile(java.lang.Integer objectId,
java.lang.String path,
RemoteQualityFlagNaturalId qualityFlagNaturalId,
RemoteObjectTypeNaturalId objectTypeNaturalId,
RemotePmfmNaturalId pmfmNaturalId)
ClusterMeasurementFile
public ClusterMeasurementFile(java.lang.Integer id,
java.lang.Integer idLocal,
java.lang.Integer objectId,
java.lang.String path,
java.lang.String name,
java.lang.String comments,
java.util.Date controlDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
RemoteDepartmentNaturalId departmentNaturalId,
RemoteQualityFlagNaturalId qualityFlagNaturalId,
RemoteObjectTypeNaturalId objectTypeNaturalId,
RemoteAnalysisInstrumentNaturalId analysisInstrumentNaturalId,
RemotePmfmNaturalId pmfmNaturalId)
ClusterMeasurementFile
public ClusterMeasurementFile(ClusterMeasurementFile otherBean)
- Copies constructor from other ClusterMeasurementFile
- Parameters:
otherBean,
- cannot be null
- Throws:
java.lang.NullPointerException
- if the argument is null
copy
public void copy(ClusterMeasurementFile 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)
getIdLocal
public java.lang.Integer getIdLocal()
setIdLocal
public void setIdLocal(java.lang.Integer idLocal)
getObjectId
public java.lang.Integer getObjectId()
setObjectId
public void setObjectId(java.lang.Integer objectId)
getPath
public java.lang.String getPath()
setPath
public void setPath(java.lang.String path)
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)
getControlDate
public java.util.Date getControlDate()
setControlDate
public void setControlDate(java.util.Date controlDate)
getValidationDate
public java.util.Date getValidationDate()
setValidationDate
public void setValidationDate(java.util.Date validationDate)
getQualificationDate
public java.util.Date getQualificationDate()
setQualificationDate
public void setQualificationDate(java.util.Date qualificationDate)
getQualificationComments
public java.lang.String getQualificationComments()
setQualificationComments
public void setQualificationComments(java.lang.String qualificationComments)
getUpdateDate
public java.sql.Timestamp getUpdateDate()
setUpdateDate
public void setUpdateDate(java.sql.Timestamp updateDate)
getDepartmentNaturalId
public RemoteDepartmentNaturalId getDepartmentNaturalId()
setDepartmentNaturalId
public void setDepartmentNaturalId(RemoteDepartmentNaturalId departmentNaturalId)
getQualityFlagNaturalId
public RemoteQualityFlagNaturalId getQualityFlagNaturalId()
setQualityFlagNaturalId
public void setQualityFlagNaturalId(RemoteQualityFlagNaturalId qualityFlagNaturalId)
getObjectTypeNaturalId
public RemoteObjectTypeNaturalId getObjectTypeNaturalId()
setObjectTypeNaturalId
public void setObjectTypeNaturalId(RemoteObjectTypeNaturalId objectTypeNaturalId)
getAnalysisInstrumentNaturalId
public RemoteAnalysisInstrumentNaturalId getAnalysisInstrumentNaturalId()
setAnalysisInstrumentNaturalId
public void setAnalysisInstrumentNaturalId(RemoteAnalysisInstrumentNaturalId analysisInstrumentNaturalId)
getPmfmNaturalId
public RemotePmfmNaturalId getPmfmNaturalId()
setPmfmNaturalId
public void setPmfmNaturalId(RemotePmfmNaturalId pmfmNaturalId)
Copyright © 2008-2010 IFREMER. All Rights Reserved.