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 Permission
public void setId(Long id)
public Long getVersion()
public void setVersion(Long version)
public void incrementVersion()
public Long getTypeQNameId()
getTypeQNameId
in interface Permission
public void setTypeQNameId(Long typenameId)
public String getName()
getName
in interface Permission
public void setName(String name)
Copyright © 2005–2017 Alfresco Software. All rights reserved.