org.alfresco.repo.domain.permissions
Class AuthorityAliasEntity
java.lang.Object
org.alfresco.repo.domain.permissions.AuthorityAliasEntity
- All Implemented Interfaces:
- AuthorityAlias
public class AuthorityAliasEntity
- extends java.lang.Object
- implements AuthorityAlias
Entity for alf_authority_alias persistence.
- Since:
- 3.4
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
AuthorityAliasEntity
public AuthorityAliasEntity()
- Default constructor
getId
public java.lang.Long getId()
- Specified by:
getId
in interface AuthorityAlias
setId
public void setId(java.lang.Long id)
getVersion
public java.lang.Long getVersion()
setVersion
public void setVersion(java.lang.Long version)
getAuthId
public java.lang.Long getAuthId()
- Specified by:
getAuthId
in interface AuthorityAlias
setAuthId
public void setAuthId(java.lang.Long authId)
getAliasId
public java.lang.Long getAliasId()
- Specified by:
getAliasId
in interface AuthorityAlias
setAliasId
public void setAliasId(java.lang.Long aliasId)
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.