fr.ifremer.allegro.referential.pmfm
Class ParameterGroup

java.lang.Object
  extended by fr.ifremer.allegro.referential.pmfm.ParameterGroup
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ParameterGroupImpl

public abstract class ParameterGroup
extends java.lang.Object
implements java.io.Serializable

Groupe de param??tres.

Les groupes permettent le regroupement et la hi??rarchisation des param??tres, par th??matiques. Par exemple, on aura :

- Halieutique

|- Individu (param??tres : taille, sexe, ..)

|- Engin (param??tres : longueur de bras, ...)

|- Condition d'observation (param??tres : ??tat de la mer...)

See Also:
Serialized Form

Nested Class Summary
static class ParameterGroup.Factory
          Constructs new instances of ParameterGroup.
 
Constructor Summary
ParameterGroup()
           
 
Method Summary
 boolean equals(java.lang.Object object)
          This entity does not have any identifiers and is not extending any other entity, so this method will only return true if the argument reference and this refer to the same object.
 java.util.Collection getChildParameterGroups()
           
 java.lang.String getDescription()
           
 java.lang.Integer getId()
           
 java.lang.String getName()
           
 ParameterGroup getParentParameterGroup()
           
 Status getStatus()
           
 java.sql.Timestamp getUpdateDate()
           
 int hashCode()
          Returns a hash code based on this entity's identifiers.
 void setChildParameterGroups(java.util.Collection childParameterGroups)
           
 void setDescription(java.lang.String description)
           
 void setId(java.lang.Integer id)
           
 void setName(java.lang.String name)
           
 void setParentParameterGroup(ParameterGroup parentParameterGroup)
           
 void setStatus(Status status)
           
 void setUpdateDate(java.sql.Timestamp updateDate)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterGroup

public ParameterGroup()
Method Detail

getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

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)

getChildParameterGroups

public java.util.Collection getChildParameterGroups()

setChildParameterGroups

public void setChildParameterGroups(java.util.Collection childParameterGroups)

getParentParameterGroup

public ParameterGroup getParentParameterGroup()

setParentParameterGroup

public void setParentParameterGroup(ParameterGroup parentParameterGroup)

getStatus

public Status getStatus()

setStatus

public void setStatus(Status status)

equals

public boolean equals(java.lang.Object object)
This entity does not have any identifiers and is not extending any other entity, so this method will only return true if the argument reference and this refer to the same object.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Returns a hash code based on this entity's identifiers.

Overrides:
hashCode in class java.lang.Object


Copyright © 2008-2010 IFREMER. All Rights Reserved.