BusinessPolicyCommand provides the base interface for any Business Policy Task Command.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM copyright notice field. |
Method Summary | |
---|---|
java.lang.Long |
getPolicyId() Gets the policy id. |
TypedProperty |
getRequestProperties() This method is called to retrieve the request properties associated with this command. |
void |
setPolicyId(java.lang.Long newPolicyId) Sets the policy Id. |
void |
setRequestProperties(
TypedProperty requestProperties)
Sets the request properties for the Business Policy
Command. |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Method Detail |
---|
public TypedProperty getRequestProperties()
public void setRequestProperties(TypedProperty requestProperties)
requestProperties
- request propertiespublic java.lang.Long getPolicyId()
public void setPolicyId(java.lang.Long newPolicyId)
newPolicyId
- business policy ID