fr.ifremer.allegro.referential.gear.generic.cluster
Class ClusterGear

java.lang.Object
  extended by fr.ifremer.allegro.valueObjectAbstract.ClusterAbstract
      extended by 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)
           
 
Method Summary
 void copy(ClusterGear otherBean)
          Copies all properties from the argument value object into this value object.
 ClusterGearAssociation[] getClusterAssociatedGearss()
           
 ClusterGear[] getClusterChildGearss()
           
 ClusterFishingGear[] getClusterChildGearssOfFishingGear()
           
 java.lang.String getDescription()
           
 RemoteGearClassificationNaturalId getGearClassificationNaturalId()
           
 java.lang.Integer getId()
           
 java.lang.Integer getIdLocal()
           
 java.lang.String getLabel()
           
 java.lang.String getName()
           
 RemoteGearNaturalId getParentGearNaturalId()
           
 RemoteStatusNaturalId getStatusNaturalId()
           
 java.sql.Timestamp getUpdateDate()
           
 void setClusterAssociatedGearss(ClusterGearAssociation[] clusterAssociatedGearss)
           
 void setClusterChildGearss(ClusterGear[] clusterChildGearss)
           
 void setClusterChildGearssOfFishingGear(ClusterFishingGear[] clusterChildGearssOfFishingGear)
           
 void setDescription(java.lang.String description)
           
 void setGearClassificationNaturalId(RemoteGearClassificationNaturalId gearClassificationNaturalId)
           
 void setId(java.lang.Integer id)
           
 void setIdLocal(java.lang.Integer idLocal)
           
 void setLabel(java.lang.String label)
           
 void setName(java.lang.String name)
           
 void setParentGearNaturalId(RemoteGearNaturalId parentGearNaturalId)
           
 void setStatusNaturalId(RemoteStatusNaturalId statusNaturalId)
           
 void setUpdateDate(java.sql.Timestamp updateDate)
           
 
Methods inherited from class fr.ifremer.allegro.valueObjectAbstract.ClusterAbstract
addPropertyChangeListener, addPropertyChangeListener, copy, firePropertyChange, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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
Method Detail

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.