|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.silverpeas.admin.components.GroupOfParameters
public class GroupOfParameters
Field Summary | |
---|---|
protected HashMap<String,String> |
description
|
protected HashMap<String,String> |
help
|
protected HashMap<String,String> |
label
|
protected int |
order
|
protected List<Parameter> |
parameters
|
Constructor Summary | |
---|---|
GroupOfParameters()
|
Method Summary | |
---|---|
GroupOfParameters |
clone()
|
HashMap<String,String> |
getDescription()
Gets the value of the description property. |
String |
getDescription(String lang)
|
HashMap<String,String> |
getHelp()
Gets the value of the help property. |
HashMap<String,String> |
getLabel()
Gets the value of the label property. |
String |
getLabel(String lang)
|
int |
getOrder()
Gets the value of the order property. |
ParameterList |
getParameterList()
|
List<Parameter> |
getParameters()
Gets the value of the parameters property. |
boolean |
isVisible()
|
LocalizedGroupOfParameters |
localize(String lang)
|
void |
setDescription(HashMap<String,String> value)
Sets the value of the description property. |
void |
setHelp(HashMap<String,String> value)
Sets the value of the help property. |
void |
setLabel(HashMap<String,String> value)
Sets the value of the label property. |
void |
setOrder(int value)
Sets the value of the order property. |
void |
setParameters(List<Parameter> parameters)
Sets the value of the parameters property. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected HashMap<String,String> label
protected HashMap<String,String> description
protected HashMap<String,String> help
protected int order
protected List<Parameter> parameters
Constructor Detail |
---|
public GroupOfParameters()
Method Detail |
---|
public HashMap<String,String> getLabel()
Multilang
public String getLabel(String lang)
public void setLabel(HashMap<String,String> value)
value
- allowed object is Multilang
public HashMap<String,String> getDescription()
Multilang
public String getDescription(String lang)
public void setDescription(HashMap<String,String> value)
value
- allowed object is Multilang
public HashMap<String,String> getHelp()
Multilang
public void setHelp(HashMap<String,String> value)
value
- allowed object is Multilang
public int getOrder()
public void setOrder(int value)
public List<Parameter> getParameters()
Parameter
public void setParameters(List<Parameter> parameters)
parameters
- list of Parameter
public ParameterList getParameterList()
public boolean isVisible()
public LocalizedGroupOfParameters localize(String lang)
public GroupOfParameters clone()
clone
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |