public class PolicyGroup
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
PolicyGroup()
Constructor taking no arguments.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAliasName()
Returns human readable name for this policy group.
|
java.lang.String |
getDescriptionKey()
Gets the key for this policy group's description
|
java.lang.String |
getId()
Gets the id of this policy group
|
java.lang.String |
getNameKey()
Gets the key for this policy group's name
|
java.util.List |
getPolicies()
Gets the list of all the policies belonging to this policy group.
|
boolean |
isInternal()
Returns
true if the policy group is hidden from use. |
void |
setAliasName(java.lang.String aliasName)
Sets human readable name for this policy group.
|
void |
setDescriptionKey(java.lang.String descriptionKey)
Sets the description key.
|
void |
setId(java.lang.String id)
Sets the ID.
|
void |
setInternal(boolean internal)
Sets the flag indicating if this policy group and all child policies are
hidden from use.
|
void |
setNameKey(java.lang.String nameKey)
Sets the name message key.
|
void |
setPolicies(java.util.List policies)
Sets the policies present in this policy group.
|
java.lang.String |
toString() |
public java.lang.String getDescriptionKey()
public java.lang.String getId()
public java.lang.String getNameKey()
public java.util.List getPolicies()
public void setDescriptionKey(java.lang.String descriptionKey)
descriptionKey - public void setId(java.lang.String id)
id - public void setNameKey(java.lang.String nameKey)
nameKey - public void setPolicies(java.util.List policies)
policies - public java.lang.String toString()
toString in class java.lang.Objectpublic boolean isInternal()
true if the policy group is hidden from use.public void setInternal(boolean internal)
internal - - true if this policy group and all child policies are
to be hidden from use.public java.lang.String getAliasName()
public void setAliasName(java.lang.String aliasName)
aliasName -