Class AbstractAttributeSet

All Implemented Interfaces:
Securable, Serializable
Direct Known Subclasses:
AttributeSet, Template

public class AbstractAttributeSet extends SecurableExtensibleObject
A base class for attribute sets and templates
Since:
8.8.3
Author:
Marco Meschieri - LogicalDOC
See Also:
  • Field Details

    • TYPE_DEFAULT

      public static final int TYPE_DEFAULT
      The AttributeSet's default type: 0
      See Also:
  • Constructor Details

    • AbstractAttributeSet

      public AbstractAttributeSet()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getReadonly

      public int getReadonly()
    • setReadonly

      public void setReadonly(int readonly)
    • getType

      public int getType()
    • setType

      public void setType(int type)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class SecurableExtensibleObject
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class SecurableExtensibleObject