fr.ifremer.allegro.referential.gear.generic.cluster
Class ClusterGear
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.ClusterAbstract
fr.ifremer.allegro.referential.gear.generic.cluster.ClusterGear
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ClusterFishingGear
public class ClusterGear
- extends ClusterAbstract
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
ClusterGear()
|
ClusterGear(ClusterGear otherBean)
Copies constructor from other ClusterGear |
ClusterGear(java.lang.Integer id,
java.lang.Integer idLocal,
java.lang.String label,
java.lang.String name,
java.lang.String description,
java.sql.Timestamp updateDate,
RemoteGearNaturalId parentGearNaturalId,
RemoteGearClassificationNaturalId gearClassificationNaturalId,
RemoteStatusNaturalId statusNaturalId,
ClusterFishingGear[] clusterChildGearssOfFishingGear,
ClusterGear[] clusterChildGearss,
ClusterGearAssociation[] clusterAssociatedGearss)
|
ClusterGear(java.lang.String label,
java.lang.String name,
RemoteGearClassificationNaturalId gearClassificationNaturalId,
RemoteStatusNaturalId statusNaturalId,
ClusterFishingGear[] clusterChildGearssOfFishingGear,
ClusterGear[] clusterChildGearss,
ClusterGearAssociation[] clusterAssociatedGearss)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClusterGear
public ClusterGear()
ClusterGear
public ClusterGear(java.lang.String label,
java.lang.String name,
RemoteGearClassificationNaturalId gearClassificationNaturalId,
RemoteStatusNaturalId statusNaturalId,
ClusterFishingGear[] clusterChildGearssOfFishingGear,
ClusterGear[] clusterChildGearss,
ClusterGearAssociation[] clusterAssociatedGearss)
ClusterGear
public ClusterGear(java.lang.Integer id,
java.lang.Integer idLocal,
java.lang.String label,
java.lang.String name,
java.lang.String description,
java.sql.Timestamp updateDate,
RemoteGearNaturalId parentGearNaturalId,
RemoteGearClassificationNaturalId gearClassificationNaturalId,
RemoteStatusNaturalId statusNaturalId,
ClusterFishingGear[] clusterChildGearssOfFishingGear,
ClusterGear[] clusterChildGearss,
ClusterGearAssociation[] clusterAssociatedGearss)
ClusterGear
public ClusterGear(ClusterGear otherBean)
- Copies constructor from other ClusterGear
- Parameters:
otherBean,
- cannot be null
- Throws:
java.lang.NullPointerException
- if the argument is null
copy
public void copy(ClusterGear 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)
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)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getUpdateDate
public java.sql.Timestamp getUpdateDate()
setUpdateDate
public void setUpdateDate(java.sql.Timestamp updateDate)
getParentGearNaturalId
public RemoteGearNaturalId getParentGearNaturalId()
setParentGearNaturalId
public void setParentGearNaturalId(RemoteGearNaturalId parentGearNaturalId)
getGearClassificationNaturalId
public RemoteGearClassificationNaturalId getGearClassificationNaturalId()
setGearClassificationNaturalId
public void setGearClassificationNaturalId(RemoteGearClassificationNaturalId gearClassificationNaturalId)
getStatusNaturalId
public RemoteStatusNaturalId getStatusNaturalId()
setStatusNaturalId
public void setStatusNaturalId(RemoteStatusNaturalId statusNaturalId)
getClusterChildGearssOfFishingGear
public ClusterFishingGear[] getClusterChildGearssOfFishingGear()
setClusterChildGearssOfFishingGear
public void setClusterChildGearssOfFishingGear(ClusterFishingGear[] clusterChildGearssOfFishingGear)
getClusterChildGearss
public ClusterGear[] getClusterChildGearss()
setClusterChildGearss
public void setClusterChildGearss(ClusterGear[] clusterChildGearss)
getClusterAssociatedGearss
public ClusterGearAssociation[] getClusterAssociatedGearss()
setClusterAssociatedGearss
public void setClusterAssociatedGearss(ClusterGearAssociation[] clusterAssociatedGearss)
Copyright © 2008-2010 IFREMER. All Rights Reserved.