public class PermissionBean extends Object
| Type | Property and Description |
|---|---|
boolean |
isSet
Gets the value of the property setProperty.
|
| Constructor and Description |
|---|
PermissionBean() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object arg0) |
String |
getUsersOrGroups() |
int |
hashCode() |
boolean |
isAddNode() |
boolean |
isRead() |
boolean |
isRemove() |
boolean |
isSetProperty()
Gets the value of the property setProperty.
|
void |
setAddNode(boolean b) |
void |
setRead(boolean b) |
void |
setRemove(boolean b) |
void |
setSetProperty(boolean b) |
void |
setUsersOrGroups(String s) |
public String getUsersOrGroups()
public void setUsersOrGroups(String s)
public boolean isAddNode()
public void setAddNode(boolean b)
public boolean isRead()
public void setRead(boolean b)
public boolean isRemove()
public void setRemove(boolean b)
public boolean isSetProperty()
public void setSetProperty(boolean b)
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.