public class AuthorityGroup extends java.lang.Object implements IAuthorityGroup
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
_rcsid |
protected java.lang.String |
description |
protected boolean |
isNew |
protected java.lang.String |
name |
Constructor and Description |
---|
AuthorityGroup()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
AuthorityGroup |
duplicate()
Clone this object.
|
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.
|
public static final java.lang.String _rcsid
protected boolean isNew
protected java.lang.String name
protected java.lang.String description
public AuthorityGroup duplicate()
public void setIsNew(boolean isnew)
setIsNew
in interface IAuthorityGroup
isnew
- true if this is a new instance.public boolean getIsNew()
getIsNew
in interface IAuthorityGroup
public void setName(java.lang.String name)
setName
in interface IAuthorityGroup
name
- is the name.public java.lang.String getName()
getName
in interface IAuthorityGroup
public void setDescription(java.lang.String description)
setDescription
in interface IAuthorityGroup
description
- is the description.public java.lang.String getDescription()
getDescription
in interface IAuthorityGroup