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 AuthorityAlias
public void setId(Long id)
public Long getVersion()
public void setVersion(Long version)
public Long getAuthId()
getAuthId
in interface AuthorityAlias
public void setAuthId(Long authId)
public Long getAliasId()
getAliasId
in interface AuthorityAlias
public void setAliasId(Long aliasId)
Copyright © 2005–2017 Alfresco Software. All rights reserved.