public class PermissionEntity extends Object implements Permission, Serializable
| Constructor and Description |
|---|
PermissionEntity()
Default constructor
|
PermissionEntity(Long typeQnameId,
String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getId() |
String |
getName() |
Long |
getTypeQNameId() |
Long |
getVersion() |
int |
hashCode() |
void |
incrementVersion() |
void |
setId(Long id) |
void |
setName(String name) |
void |
setTypeQNameId(Long typenameId) |
void |
setVersion(Long version) |
String |
toString() |
public Long getId()
getId in interface Permissionpublic void setId(Long id)
public Long getVersion()
public void setVersion(Long version)
public void incrementVersion()
public Long getTypeQNameId()
getTypeQNameId in interface Permissionpublic void setTypeQNameId(Long typenameId)
public String getName()
getName in interface Permissionpublic void setName(String name)
Copyright © 2005–2018 Alfresco Software. All rights reserved.