|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.ram.common.data.Policy
public class Policy
Polices a contributed as server extensions. Use policies to test an asset against a set of rules.
| Constructor Summary | |
|---|---|
Policy()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
The description of the policy |
java.lang.String |
getGovernorClassname()
|
int |
getGovernorId()
|
java.lang.String |
getId()
The unique identifier for the policy |
java.lang.String |
getName()
The name of the policy |
void |
setDescription(java.lang.String description)
The description of the policy |
void |
setGovernorClassname(java.lang.String governorClassname)
|
void |
setGovernorId(int governorId)
|
void |
setId(java.lang.String id)
The unique identifier for the policy |
void |
setName(java.lang.String name)
The name of the policy |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Policy()
| Method Detail |
|---|
public java.lang.String getId()
public void setId(java.lang.String id)
id - The id to set.public java.lang.String getName()
public void setName(java.lang.String name)
name - The name to set.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - The description to set.public int getGovernorId()
public void setGovernorId(int governorId)
governorId - The governorId to set.public java.lang.String getGovernorClassname()
public void setGovernorClassname(java.lang.String governorClassname)
governorClassname - The governorClassname to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||