@Entity public class Group extends Object
Constructor and Description |
---|
Group() |
Modifier and Type | Method and Description |
---|---|
void |
addRule(Rule rule) |
String |
getDescription() |
Integer |
getId() |
String |
getName() |
int |
getPosition() |
List<Rule> |
getRules() |
boolean |
isEnabled() |
boolean |
isReadOnly() |
void |
removeRule(Rule rule) |
void |
setDescription(String description) |
void |
setEnabled(boolean enabled) |
void |
setId(Integer id) |
void |
setName(String name) |
void |
setPosition(int position) |
void |
setReadOnly(boolean readOnly) |
void |
setRules(List<Rule> rules) |
String |
toString() |
public Integer getId()
public void setId(Integer id)
public String getName()
public void setName(String name)
public void addRule(Rule rule)
public void removeRule(Rule rule)
public boolean isReadOnly()
public void setReadOnly(boolean readOnly)
public boolean isEnabled()
public void setEnabled(boolean enabled)
public int getPosition()
public void setPosition(int position)
public String getDescription()
public void setDescription(String description)
Copyright © 2021. All rights reserved.