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