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