|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.contract.objects.PolicyCommandBean
This bean provides access to the POLICYCMD table.
The following is a description of this table:
The business policy to command relationship table.
Constructor Summary | |
PolicyCommandBean()
|
Method Summary | |
java.lang.String |
getBusinessCmdClass()
This method provides access to the POLICYCMD.BUSINESSCMDCLASS column of DB2 type VARCHAR(200) NOT NULL. |
java.lang.Long |
getPolicyId()
This method provides access to the POLICYCMD.POLICY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getProperties()
This method provides access to the POLICYCMD.PROPERTIES column of DB2 type VARCHAR(254) NULL. |
void |
setProperties(java.lang.String aProperties)
This method provides access to the POLICYCMD.PROPERTIES column of DB2 type VARCHAR(254) NULL. |
Constructor Detail |
public PolicyCommandBean()
Method Detail |
public java.lang.String getBusinessCmdClass()
This method provides access to the POLICYCMD.BUSINESSCMDCLASS column of DB2 type VARCHAR(200) NOT NULL.
The following is a description of this column:
The command that implements this business policy.
public java.lang.Long getPolicyId()
This method provides access to the POLICYCMD.POLICY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The business policy ID.
public java.lang.String getProperties()
This method provides access to the POLICYCMD.PROPERTIES column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Default name value pairs that can be set to the business policy command. For example: n1=v1&n2=v2. If null, use the properties from the POLICY table.
public void setProperties(java.lang.String aProperties)
This method provides access to the POLICYCMD.PROPERTIES column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Default name value pairs that can be set to the business policy command. For example: n1=v1&n2=v2. If null, use the properties from the POLICY table.
aProperties
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |