public abstract class ParameterGroup extends Object implements Serializable, Comparable<ParameterGroup>
Modifier and Type | Class and Description |
---|---|
static class |
ParameterGroup.Factory
Constructs new instances of
ParameterGroup . |
Constructor and Description |
---|
ParameterGroup() |
Modifier and Type | Method and Description |
---|---|
boolean |
addChildParameterGroups(ParameterGroup elementToAdd)
Groupe de paramètres.
|
int |
compareTo(ParameterGroup o) |
boolean |
equals(Object object)
Returns
true if the argument is an ParameterGroup instance and all identifiers for this entity
equal the identifiers of the argument entity. |
Collection<ParameterGroup> |
getChildParameterGroups()
Groupe de paramètres.
|
String |
getComments() |
String |
getDescription() |
Integer |
getId() |
String |
getName() |
ParameterGroup |
getParentParameterGroup()
Groupe de paramètres.
|
Status |
getStatus()
Pour les données du référentiel, information permettant de déterminer si une donnée est
valide,
obsolète ou temporaire
|
Timestamp |
getUpdateDate() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
boolean |
removeChildParameterGroups(ParameterGroup elementToRemove)
Groupe de paramètres.
|
void |
setChildParameterGroups(Collection<ParameterGroup> childParameterGroupsIn)
Groupe de paramètres.
|
void |
setComments(String commentsIn) |
void |
setDescription(String descriptionIn) |
void |
setId(Integer idIn) |
void |
setName(String nameIn) |
void |
setParentParameterGroup(ParameterGroup parentParameterGroupIn)
Groupe de paramètres.
|
void |
setStatus(Status statusIn)
Pour les données du référentiel, information permettant de déterminer si une donnée est
valide,
obsolète ou temporaire
|
void |
setUpdateDate(Timestamp updateDateIn) |
public ParameterGroup()
public String getDescription()
public void setDescription(String descriptionIn)
descriptionIn
- Stringpublic String getComments()
public void setComments(String commentsIn)
commentsIn
- Stringpublic Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDateIn)
updateDateIn
- Timestamppublic ParameterGroup getParentParameterGroup()
public void setParentParameterGroup(ParameterGroup parentParameterGroupIn)
parentParameterGroupIn
- ParameterGrouppublic Collection<ParameterGroup> getChildParameterGroups()
public void setChildParameterGroups(Collection<ParameterGroup> childParameterGroupsIn)
childParameterGroupsIn
- Collectionpublic boolean addChildParameterGroups(ParameterGroup elementToAdd)
elementToAdd
- ParameterGrouppublic boolean removeChildParameterGroups(ParameterGroup elementToRemove)
elementToRemove
- ParameterGrouppublic Status getStatus()
public void setStatus(Status statusIn)
statusIn
- Statuspublic boolean equals(Object object)
true
if the argument is an ParameterGroup instance and all identifiers for this entity
equal the identifiers of the argument entity. Returns false
otherwise.public int hashCode()
public int compareTo(ParameterGroup o)
compareTo
in interface Comparable<ParameterGroup>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.