Class GUIAttributeSet

java.lang.Object
com.logicaldoc.gui.common.client.beans.GUIAttributeSet
All Implemented Interfaces:
Serializable

public class GUIAttributeSet extends Object implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • GUIAttributeSet

      public GUIAttributeSet()
  • Method Details

    • getId

      public long getId()
    • setId

      public void setId(long id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getAttributes

      public List<GUIAttribute> getAttributes()
    • getAttributesOrderedByPosition

      public List<GUIAttribute> getAttributesOrderedByPosition()
    • getAttribute

      public GUIAttribute getAttribute(String name)
    • appendAttribute

      public void appendAttribute(GUIAttribute attribute)
    • removeAttribute

      public void removeAttribute(String name)
    • repositionAttributes

      public void repositionAttributes(List<String> names)
    • setAttributes

      public void setAttributes(List<GUIAttribute> attributes)
    • isReadonly

      public boolean isReadonly()
    • setReadonly

      public void setReadonly(boolean readonly)
    • getType

      public int getType()
    • setType

      public void setType(int type)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)