public interface Policy
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCaption()
Returns the value of the Caption attribute.
|
java.lang.String |
getDescription()
Returns the value of the Description attribute.
|
java.lang.String |
getKeywords()
Returns the value of the Keywords attribute.
|
java.lang.String |
getName()
Returns the value of the Name attribute.
|
boolean |
isEnabled()
Returns the value of the enabled attribute.
|
void |
setCaption(java.lang.String aCaption)
Sets the value of the Caption attribute.
|
void |
setDescription(java.lang.String aDescription)
Sets the value of the Description attribute.
|
void |
setEnabled(boolean enabled)
Sets the value of the Enabled attribute.
|
void |
setKeywords(java.lang.String aKeywords)
Sets the value of the Keywords attribute.
|
void |
setName(java.lang.String aName)
Sets the value of the Name attribute.
|
void setName(java.lang.String aName)
aName - String containing the name.void setKeywords(java.lang.String aKeywords)
aKeywords - String containing policy keywords separated by spacesvoid setCaption(java.lang.String aCaption)
aCaption - String containing a short caption.void setDescription(java.lang.String aDescription)
aDescription - Strig containing a long description of the objectjava.lang.String getName()
java.lang.String getKeywords()
java.lang.String getCaption()
java.lang.String getDescription()
boolean isEnabled()
void setEnabled(boolean enabled)
enabled - true/false