Class AclClass

  • All Implemented Interfaces:
    Serializable, EntityId, org.springframework.data.domain.Persistable<Long>

    @Entity
    public class AclClass
    extends BasicModel
    ACL Class provides a unique identifier for ACL-aware entity types.
    See Also:
    Serialized Form
    • Constructor Detail

      • AclClass

        public AclClass()
    • Method Detail

      • getAclClass

        public String getAclClass()
        Gets the acl class.
        Returns:
        the acl class
      • setAclClass

        public void setAclClass​(String aclClass)
        Sets the acl class.
        Parameters:
        aclClass - the new acl class