public interface IAuthorityGroup
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Get description.
|
boolean |
getIsNew()
Get 'isnew' condition.
|
java.lang.String |
getName()
Get name.
|
void |
setDescription(java.lang.String description)
Set description.
|
void |
setIsNew(boolean isnew)
Set 'isnew' condition.
|
void |
setName(java.lang.String name)
Set name.
|
void setIsNew(boolean isnew)
isnew - true if this is a new instance.boolean getIsNew()
void setName(java.lang.String name)
name - is the name.java.lang.String getName()
void setDescription(java.lang.String description)
description - is the description.java.lang.String getDescription()