fr.ifremer.allegro.referential.regulation.generic.cluster
Class ClusterCorpus
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.ClusterAbstract
fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterCorpus
- All Implemented Interfaces:
- java.io.Serializable
public class ClusterCorpus
- extends ClusterAbstract
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
ClusterCorpus()
|
ClusterCorpus(ClusterCorpus otherBean)
Copies constructor from other ClusterCorpus |
ClusterCorpus(java.lang.Integer id,
java.lang.Integer idLocal,
java.lang.String name,
java.lang.String description,
java.util.Date startDate,
java.util.Date endDate,
java.sql.Timestamp updateDate,
RemoteRightToProduceNaturalId rightToProduceNaturalId,
RemoteFisheryNaturalId[] fisheryNaturalId,
RemoteCorpusTypeNaturalId corpusTypeNaturalId,
ClusterMinimumSizeAllowed[] clusterMinimumSizeAlloweds)
|
ClusterCorpus(java.lang.String name,
java.util.Date startDate,
RemoteFisheryNaturalId[] fisheryNaturalId,
RemoteCorpusTypeNaturalId corpusTypeNaturalId,
ClusterMinimumSizeAllowed[] clusterMinimumSizeAlloweds)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClusterCorpus
public ClusterCorpus()
ClusterCorpus
public ClusterCorpus(java.lang.String name,
java.util.Date startDate,
RemoteFisheryNaturalId[] fisheryNaturalId,
RemoteCorpusTypeNaturalId corpusTypeNaturalId,
ClusterMinimumSizeAllowed[] clusterMinimumSizeAlloweds)
ClusterCorpus
public ClusterCorpus(java.lang.Integer id,
java.lang.Integer idLocal,
java.lang.String name,
java.lang.String description,
java.util.Date startDate,
java.util.Date endDate,
java.sql.Timestamp updateDate,
RemoteRightToProduceNaturalId rightToProduceNaturalId,
RemoteFisheryNaturalId[] fisheryNaturalId,
RemoteCorpusTypeNaturalId corpusTypeNaturalId,
ClusterMinimumSizeAllowed[] clusterMinimumSizeAlloweds)
ClusterCorpus
public ClusterCorpus(ClusterCorpus otherBean)
- Copies constructor from other ClusterCorpus
- Parameters:
otherBean,
- cannot be null
- Throws:
java.lang.NullPointerException
- if the argument is null
copy
public void copy(ClusterCorpus 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)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getStartDate
public java.util.Date getStartDate()
setStartDate
public void setStartDate(java.util.Date startDate)
getEndDate
public java.util.Date getEndDate()
setEndDate
public void setEndDate(java.util.Date endDate)
getUpdateDate
public java.sql.Timestamp getUpdateDate()
setUpdateDate
public void setUpdateDate(java.sql.Timestamp updateDate)
getRightToProduceNaturalId
public RemoteRightToProduceNaturalId getRightToProduceNaturalId()
setRightToProduceNaturalId
public void setRightToProduceNaturalId(RemoteRightToProduceNaturalId rightToProduceNaturalId)
getFisheryNaturalId
public RemoteFisheryNaturalId[] getFisheryNaturalId()
setFisheryNaturalId
public void setFisheryNaturalId(RemoteFisheryNaturalId[] fisheryNaturalId)
getCorpusTypeNaturalId
public RemoteCorpusTypeNaturalId getCorpusTypeNaturalId()
setCorpusTypeNaturalId
public void setCorpusTypeNaturalId(RemoteCorpusTypeNaturalId corpusTypeNaturalId)
getClusterMinimumSizeAlloweds
public ClusterMinimumSizeAllowed[] getClusterMinimumSizeAlloweds()
setClusterMinimumSizeAlloweds
public void setClusterMinimumSizeAlloweds(ClusterMinimumSizeAllowed[] clusterMinimumSizeAlloweds)
Copyright © 2008-2010 IFREMER. All Rights Reserved.