org.alfresco.repo.domain.permissions
Class AceEntity
java.lang.Object
org.alfresco.repo.domain.permissions.AceEntity
- All Implemented Interfaces:
- Ace
public class AceEntity
- extends java.lang.Object
- implements Ace
Entity for alf_access_control_entry persistence.
- Since:
- 3.4
Constructor Summary |
AceEntity()
Default constructor |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
AceEntity
public AceEntity()
- Default constructor
getId
public java.lang.Long getId()
- Specified by:
getId
in interface Ace
setId
public void setId(java.lang.Long id)
getVersion
public java.lang.Long getVersion()
setVersion
public void setVersion(java.lang.Long version)
getPermissionId
public java.lang.Long getPermissionId()
- Specified by:
getPermissionId
in interface Ace
setPermissionId
public void setPermissionId(java.lang.Long permissionId)
getAuthorityId
public java.lang.Long getAuthorityId()
- Specified by:
getAuthorityId
in interface Ace
setAuthorityId
public void setAuthorityId(java.lang.Long authorityId)
isAllowed
public boolean isAllowed()
- Specified by:
isAllowed
in interface Ace
setAllowed
public void setAllowed(boolean allowed)
getApplies
public java.lang.Integer getApplies()
- Specified by:
getApplies
in interface Ace
setApplies
public void setApplies(java.lang.Integer applies)
getContextId
public java.lang.Long getContextId()
- Specified by:
getContextId
in interface Ace
setContextId
public void setContextId(java.lang.Long contextId)
getAceType
public ACEType getAceType()
- Specified by:
getAceType
in interface Ace
setAceType
public void setAceType(ACEType aceType)
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.