|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.contract.objects.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 |
public PolicyTCRelationBean()
Method Detail |
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.
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.
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.
aPolicyReferenceNumber
- java.lang.Longpublic 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.
aTcReferenceNumber
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |