Class GroupOfParameters
- java.lang.Object
-
- org.silverpeas.core.admin.component.model.GroupOfParameters
-
public class GroupOfParameters extends Object
-
-
Constructor Summary
Constructors Constructor Description GroupOfParameters()
GroupOfParameters(GroupOfParameters groupOfParameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<String,String>
getDescription()
Gets the value of the description property.protected Map<String,String>
getHelp()
Gets the value of the help property.protected Map<String,String>
getLabel()
Gets the value of the label property.String
getName()
Gets the group name.int
getOrder()
Gets the value of the order property.ParameterList
getParameterList()
List<Parameter>
getParameters()
Gets the list of instance parameters of this group.boolean
isVisible()
void
setName(String name)
Sets the group name.void
setOrder(int value)
Sets the value of the order property.void
setParameters(List<Parameter> parameters)
Sets explicitly the parameters of this group.
-
-
-
Constructor Detail
-
GroupOfParameters
public GroupOfParameters()
-
GroupOfParameters
public GroupOfParameters(GroupOfParameters groupOfParameters)
-
-
Method Detail
-
getName
public String getName()
Gets the group name.- Returns:
- a string.
-
setName
public void setName(String name)
Sets the group name.- Parameters:
name
- a group name.
-
getLabel
protected Map<String,String> getLabel()
Gets the value of the label property.- Returns:
- possible object is
Multilang
-
getDescription
protected Map<String,String> getDescription()
Gets the value of the description property.- Returns:
- possible object is
Multilang
-
getHelp
protected Map<String,String> getHelp()
Gets the value of the help property.- Returns:
- possible object is
Multilang
-
getOrder
public int getOrder()
Gets the value of the order property.
-
setOrder
public void setOrder(int value)
Sets the value of the order property.
-
getParameters
public List<Parameter> getParameters()
Gets the list of instance parameters of this group.- Returns:
- list of
Parameter
-
setParameters
public void setParameters(List<Parameter> parameters)
Sets explicitly the parameters of this group.- Parameters:
parameters
- list ofParameter
-
getParameterList
public ParameterList getParameterList()
-
isVisible
public boolean isVisible()
-
-