com.ibm.commerce.contract.objects
Class ObligationToBuyTCByAmountBean

com.ibm.commerce.contract.objects.TermConditionBean
  |
  +--com.ibm.commerce.contract.objects.ObligationToBuyTCByAmountBean

public class ObligationToBuyTCByAmountBean
extends TermConditionBean

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
ObligationToBuyTCByAmountBean()
           
 
Method Summary
 java.lang.Integer getNumberOfDays()
          This method provides access to the TERMCOND.INTEGERFIELD1 column of DB2 type INTEGER NULL.
 java.math.BigDecimal getValue()
          This method provides access to the TERMCOND.DECIMALFIELD1 column of DB2 type DECIMAL(20,5) NULL.
 void setNumberOfDays(java.lang.Integer aNumberOfDays)
          This method provides access to the TERMCOND.INTEGERFIELD1 column of DB2 type INTEGER NULL.
 void setValue(java.math.BigDecimal aValue)
          This method provides access to the TERMCOND.DECIMALFIELD1 column of DB2 type DECIMAL(20,5) 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

ObligationToBuyTCByAmountBean

public ObligationToBuyTCByAmountBean()
Method Detail

getNumberOfDays

public java.lang.Integer getNumberOfDays()

This method provides access to the TERMCOND.INTEGERFIELD1 column of DB2 type INTEGER NULL.

The following is a description of this column:

An INTEGER field used to store terms and conditions data.

Returns:
java.lang.Integer

getValue

public java.math.BigDecimal getValue()

This method provides access to the TERMCOND.DECIMALFIELD1 column of DB2 type DECIMAL(20,5) NULL.

The following is a description of this column:

A DECIMAL field used to store terms and conditions data.

Returns:
java.math.BigDecimal

setNumberOfDays

public void setNumberOfDays(java.lang.Integer aNumberOfDays)

This method provides access to the TERMCOND.INTEGERFIELD1 column of DB2 type INTEGER NULL.

The following is a description of this column:

An INTEGER field used to store terms and conditions data.

Parameters:
aNumberOfDays - java.lang.Integer
Returns:
void

setValue

public void setValue(java.math.BigDecimal aValue)

This method provides access to the TERMCOND.DECIMALFIELD1 column of DB2 type DECIMAL(20,5) NULL.

The following is a description of this column:

A DECIMAL field used to store terms and conditions data.

Parameters:
aValue - java.math.BigDecimal
Returns:
void