fr.ifremer.allegro.referential.gear.generic.cluster
Class ClusterFishingGear
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.ClusterAbstract
fr.ifremer.allegro.referential.gear.generic.cluster.ClusterGear
fr.ifremer.allegro.referential.gear.generic.cluster.ClusterFishingGear
- All Implemented Interfaces:
- java.io.Serializable
public class ClusterFishingGear
- extends ClusterGear
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
ClusterFishingGear()
|
ClusterFishingGear(ClusterFishingGear otherBean)
Copies constructor from other ClusterFishingGear |
ClusterFishingGear(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,
java.lang.Boolean isActive,
java.lang.Boolean isTowed)
|
ClusterFishingGear(java.lang.String label,
java.lang.String name,
RemoteGearClassificationNaturalId gearClassificationNaturalId,
RemoteStatusNaturalId statusNaturalId,
ClusterFishingGear[] clusterChildGearssOfFishingGear,
ClusterGear[] clusterChildGearss,
ClusterGearAssociation[] clusterAssociatedGearss)
|
Methods inherited from class fr.ifremer.allegro.referential.gear.generic.cluster.ClusterGear |
copy, getClusterAssociatedGearss, getClusterChildGearss, getClusterChildGearssOfFishingGear, getDescription, getGearClassificationNaturalId, getId, getIdLocal, getLabel, getName, getParentGearNaturalId, getStatusNaturalId, getUpdateDate, setClusterAssociatedGearss, setClusterChildGearss, setClusterChildGearssOfFishingGear, setDescription, setGearClassificationNaturalId, setId, setIdLocal, setLabel, setName, setParentGearNaturalId, setStatusNaturalId, setUpdateDate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClusterFishingGear
public ClusterFishingGear()
ClusterFishingGear
public ClusterFishingGear(java.lang.String label,
java.lang.String name,
RemoteGearClassificationNaturalId gearClassificationNaturalId,
RemoteStatusNaturalId statusNaturalId,
ClusterFishingGear[] clusterChildGearssOfFishingGear,
ClusterGear[] clusterChildGearss,
ClusterGearAssociation[] clusterAssociatedGearss)
ClusterFishingGear
public ClusterFishingGear(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,
java.lang.Boolean isActive,
java.lang.Boolean isTowed)
ClusterFishingGear
public ClusterFishingGear(ClusterFishingGear otherBean)
- Copies constructor from other ClusterFishingGear
- Parameters:
otherBean,
- cannot be null
- Throws:
java.lang.NullPointerException
- if the argument is null
copy
public void copy(ClusterFishingGear otherBean)
- Copies all properties from the argument value object into this value object.
getIsActive
public java.lang.Boolean getIsActive()
setIsActive
public void setIsActive(java.lang.Boolean isActive)
getIsTowed
public java.lang.Boolean getIsTowed()
setIsTowed
public void setIsTowed(java.lang.Boolean isTowed)
Copyright © 2008-2010 IFREMER. All Rights Reserved.