Class SchemaEntry

java.lang.Object
org.gluu.persist.model.base.Entry
org.gluu.persist.model.base.BaseEntry
org.gluu.oxauth.model.ldap.SchemaEntry
All Implemented Interfaces:
Serializable, Cloneable

public final class SchemaEntry extends org.gluu.persist.model.base.BaseEntry implements Serializable
Schema attribute
Author:
Yuriy Movchan Date: 10.14.2010
See Also:
  • Constructor Details

    • SchemaEntry

      public SchemaEntry()
  • Method Details

    • getAttributeTypes

      public final List<String> getAttributeTypes()
    • setAttributeTypes

      public final void setAttributeTypes(List<String> attributeTypes)
    • addAttributeType

      public final void addAttributeType(String attributeType)
    • getObjectClasses

      public final List<String> getObjectClasses()
    • setObjectClasses

      public final void setObjectClasses(List<String> objectClasses)
    • addObjectClass

      public final void addObjectClass(String objectClass)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class org.gluu.persist.model.base.Entry
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class org.gluu.persist.model.base.Entry
    • toString

      public String toString()
      Overrides:
      toString in class org.gluu.persist.model.base.BaseEntry