|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.contract.objects.TermConditionBean | +--com.ibm.commerce.contract.objects.DisplayCustomizationTCBean
This bean provides access to the TERMCOND table.
The following is a description of this table:
This table contains terms and conditions used in trading agreements (business accounts, contracts, RFQs). To see how columns are used by different terms and conditions, refer to TERMCOND column mapping in the online help.
Constructor Summary | |
DisplayCustomizationTCBean()
|
Method Summary | |
java.lang.Long |
getAttachmentId()
This method provides access to the TERMCOND.BIGINTFIELD1 column of DB2 type BIGINT NULL. |
java.lang.Double |
getSequenceNumber()
This method provides access to the TERMCOND.FLOATFIELD1 column of DB2 type DOUBLE NULL. |
void |
setAttachmentId(java.lang.Long aAttachmentId)
This method provides access to the TERMCOND.BIGINTFIELD1 column of DB2 type BIGINT NULL. |
void |
setSequenceNumber(java.lang.Double aSequenceNumber)
This method provides access to the TERMCOND.FLOATFIELD1 column of DB2 type DOUBLE NULL. |
Methods inherited from class com.ibm.commerce.contract.objects.TermConditionBean |
getChangeableFlag, getMandatoryFlag, getReferenceNumber, getTcSequence, getTimeCreated, getTimeUpdated, getTradingId, setChangeableFlag, setMandatoryFlag, setReferenceNumber, setTcSequence, setTimeCreated, setTimeUpdated, setTradingId |
Constructor Detail |
public DisplayCustomizationTCBean()
Method Detail |
public java.lang.Long getAttachmentId()
This method provides access to the TERMCOND.BIGINTFIELD1 column of DB2 type BIGINT NULL.
The following is a description of this column:
A BIGINT field used to store terms and conditions data.
public java.lang.Double getSequenceNumber()
This method provides access to the TERMCOND.FLOATFIELD1 column of DB2 type DOUBLE NULL.
The following is a description of this column:
A DOUBLE field used to store terms and conditions data.
public void setAttachmentId(java.lang.Long aAttachmentId)
This method provides access to the TERMCOND.BIGINTFIELD1 column of DB2 type BIGINT NULL.
The following is a description of this column:
A BIGINT field used to store terms and conditions data.
aAttachmentId
- java.lang.Longpublic void setSequenceNumber(java.lang.Double aSequenceNumber)
This method provides access to the TERMCOND.FLOATFIELD1 column of DB2 type DOUBLE NULL.
The following is a description of this column:
A DOUBLE field used to store terms and conditions data.
aSequenceNumber
- java.lang.Double
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |