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,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 Summary
Constructors Constructor Description AclClass()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanEqual(Object other)-
Methods inherited from class org.genesys.blocks.model.BasicModel
getId, setId, toString
-
Methods inherited from class org.genesys.blocks.model.EmptyModel
equals, hashCode, isNew
-
-
-
-
Method Detail
-
canEqual
public boolean canEqual(Object other)
- Specified by:
canEqualin classEmptyModel
-
-