Class AclClass

java.lang.Object
org.genesys.blocks.model.EmptyModel
org.genesys.blocks.model.BasicModel
org.genesys.blocks.security.model.AclClass
All Implemented Interfaces:
Serializable, org.genesys.blocks.model.EntityId, org.springframework.data.domain.Persistable<Long>

@Entity public class AclClass extends org.genesys.blocks.model.BasicModel
ACL Class provides a unique identifier for ACL-aware entity types.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    Methods inherited from class org.genesys.blocks.model.BasicModel

    getId, setId, toString

    Methods inherited from class org.genesys.blocks.model.EmptyModel

    equals, hashCode, isNew

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • AclClass

      public AclClass()
  • Method Details

    • canEqual

      public boolean canEqual(Object other)
      Specified by:
      canEqual in class org.genesys.blocks.model.EmptyModel