Class GroupOfParameters


  • public class GroupOfParameters
    extends Object
    • Constructor Detail

      • GroupOfParameters

        public GroupOfParameters()
      • GroupOfParameters

        public GroupOfParameters​(GroupOfParameters groupOfParameters)
    • Method Detail

      • getLabel

        public Map<String,​String> getLabel()
        Gets the value of the label property.
        Returns:
        possible object is Multilang
      • setLabel

        public void setLabel​(Map<String,​String> value)
        Sets the value of the label property.
        Parameters:
        value - allowed object is Multilang
      • getDescription

        public Map<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​(Map<String,​String> value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is Multilang
      • getHelp

        public Map<String,​String> getHelp()
        Gets the value of the help property.
        Returns:
        possible object is Multilang
      • setHelp

        public void setHelp​(Map<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
      • isVisible

        public boolean isVisible()