com.ibm.commerce.contract.objects
Class PolicyTCRelationBean

com.ibm.commerce.contract.objects.PolicyTCRelationBean

public class PolicyTCRelationBean

This bean provides access to the POLICYTC table.

The following is a description of this table:

The table shows which business policy is referenced by a term or condition.


Constructor Summary
PolicyTCRelationBean()
           
 
Method Summary
 java.lang.Long getPolicyReferenceNumber()
          This method provides access to the POLICYTC.POLICY_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getTcReferenceNumber()
          This method provides access to the POLICYTC.TERMCOND_ID column of DB2 type BIGINT NOT NULL.
 void setPolicyReferenceNumber(java.lang.Long aPolicyReferenceNumber)
          This method provides access to the POLICYTC.POLICY_ID column of DB2 type BIGINT NOT NULL.
 void setTcReferenceNumber(java.lang.Long aTcReferenceNumber)
          This method provides access to the POLICYTC.TERMCOND_ID column of DB2 type BIGINT NOT NULL.
 

Constructor Detail

PolicyTCRelationBean

public PolicyTCRelationBean()
Method Detail

getPolicyReferenceNumber

public java.lang.Long getPolicyReferenceNumber()

This method provides access to the POLICYTC.POLICY_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The policy ID.

Returns:
java.lang.Long

getTcReferenceNumber

public java.lang.Long getTcReferenceNumber()

This method provides access to the POLICYTC.TERMCOND_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The terms and conditions ID.

Returns:
java.lang.Long

setPolicyReferenceNumber

public void setPolicyReferenceNumber(java.lang.Long aPolicyReferenceNumber)

This method provides access to the POLICYTC.POLICY_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The policy ID.

Parameters:
aPolicyReferenceNumber - java.lang.Long
Returns:
void

setTcReferenceNumber

public void setTcReferenceNumber(java.lang.Long aTcReferenceNumber)

This method provides access to the POLICYTC.TERMCOND_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The terms and conditions ID.

Parameters:
aTcReferenceNumber - java.lang.Long
Returns:
void