Class AclObjectIdentity
- java.lang.Object
-
- org.genesys.blocks.model.EmptyModel
-
- org.genesys.blocks.model.BasicModel
-
- org.genesys.blocks.security.model.AclObjectIdentity
-
- All Implemented Interfaces:
Serializable,EntityId,org.springframework.data.domain.Persistable<Long>
@Entity public class AclObjectIdentity extends BasicModel
ACL Object Identity represents a specific ACL-aware entity (combination ofAclClassand {#link objectIdIdentity}). It records the owner of the entity and entity's parent object if any.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AclObjectIdentity()
-
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
-
-