com.ibm.commerce.contract.objects
Class PolicyCommandBean

com.ibm.commerce.contract.objects.PolicyCommandBean

public class 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

PolicyCommandBean

public PolicyCommandBean()
Method Detail

getBusinessCmdClass

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.

Returns:
java.lang.String

getPolicyId

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.

Returns:
java.lang.Long

getProperties

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.

Returns:
java.lang.String

setProperties

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.

Parameters:
aProperties - java.lang.String
Returns:
void