public class AuthorityAliasEntity extends Object implements AuthorityAlias
| Constructor and Description |
|---|
AuthorityAliasEntity()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getAliasId() |
Long |
getAuthId() |
Long |
getId() |
Long |
getVersion() |
int |
hashCode() |
void |
setAliasId(Long aliasId) |
void |
setAuthId(Long authId) |
void |
setId(Long id) |
void |
setVersion(Long version) |
String |
toString() |
public Long getId()
getId in interface AuthorityAliaspublic void setId(Long id)
public Long getVersion()
public void setVersion(Long version)
public Long getAuthId()
getAuthId in interface AuthorityAliaspublic void setAuthId(Long authId)
public Long getAliasId()
getAliasId in interface AuthorityAliaspublic void setAliasId(Long aliasId)
Copyright © 2005–2018 Alfresco Software. All rights reserved.