Class AuthorityEntity
java.lang.Object
org.alfresco.repo.domain.permissions.AuthorityEntity
- All Implemented Interfaces:
Authority
Entity for alf_authority persistence.
- Since:
- 3.4
- Author:
- janv
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCrc()getId()inthashCode()voidvoidsetAuthority(String authority) voidvoidvoidsetVersion(Long version) toString()
-
Constructor Details
-
AuthorityEntity
public AuthorityEntity()Default constructor
-
-
Method Details
-
getId
-
setId
-
getVersion
-
setVersion
-
incrementVersion
public void incrementVersion() -
getAuthority
- Specified by:
getAuthorityin interfaceAuthority
-
setAuthority
-
getCrc
-
setCrc
-
hashCode
public int hashCode() -
equals
-
toString
-