com.silverpeas.admin.components
Class GroupOfParameters

java.lang.Object
  extended by com.silverpeas.admin.components.GroupOfParameters

public class GroupOfParameters
extends Object


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

label

protected HashMap<String,String> label

description

protected HashMap<String,String> description

help

protected HashMap<String,String> help

order

protected int order

parameters

protected List<Parameter> parameters
Constructor Detail

GroupOfParameters

public GroupOfParameters()
Method Detail

getLabel

public HashMap<String,String> getLabel()
Gets the value of the label property.

Returns:
possible object is Multilang

getLabel

public String getLabel(String lang)

setLabel

public void setLabel(HashMap<String,String> value)
Sets the value of the label property.

Parameters:
value - allowed object is Multilang

getDescription

public HashMap<String,String> getDescription()
Gets the value of the description property.

Returns:
possible object is Multilang

getDescription

public String getDescription(String lang)

setDescription

public void setDescription(HashMap<String,String> value)
Sets the value of the description property.

Parameters:
value - allowed object is Multilang

getHelp

public HashMap<String,String> getHelp()
Gets the value of the help property.

Returns:
possible object is Multilang

setHelp

public void setHelp(HashMap<String,String> value)
Sets the value of the help property.

Parameters:
value - allowed 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 value of the parameters property.

Returns:
list of Parameter

setParameters

public void setParameters(List<Parameter> parameters)
Sets the value of the parameters property.

Parameters:
parameters - list of Parameter

getParameterList

public ParameterList getParameterList()

isVisible

public boolean isVisible()

localize

public LocalizedGroupOfParameters localize(String lang)

clone

public GroupOfParameters clone()
Overrides:
clone in class Object


Copyright © 2016 Silverpeas. All Rights Reserved.