com.ibm.commerce.contract.objects
Class POTCLimitedBean

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

public class POTCLimitedBean
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
POTCLimitedBean()
           
 
Method Summary
 java.lang.String getCurrency()
          This method provides access to the TERMCOND.STRINGFIELD2 column of DB2 type VARCHAR(254) NULL.
 java.lang.Long getPoId()
          This method provides access to the TERMCOND.BIGINTFIELD1 column of DB2 type BIGINT NULL.
 java.math.BigDecimal getValue()
          This method provides access to the TERMCOND.DECIMALFIELD1 column of DB2 type DECIMAL(20,5) NULL.
 void setCurrency(java.lang.String aCurrency)
          This method provides access to the TERMCOND.STRINGFIELD2 column of DB2 type VARCHAR(254) NULL.
 void setPoId(java.lang.Long aPoId)
          This method provides access to the TERMCOND.BIGINTFIELD1 column of DB2 type BIGINT 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

POTCLimitedBean

public POTCLimitedBean()
Method Detail

getCurrency

public java.lang.String getCurrency()

This method provides access to the TERMCOND.STRINGFIELD2 column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

A STRING field used to store terms and conditions data.

Returns:
java.lang.String

getPoId

public java.lang.Long getPoId()

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.

Returns:
java.lang.Long

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

setCurrency

public void setCurrency(java.lang.String aCurrency)

This method provides access to the TERMCOND.STRINGFIELD2 column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

A STRING field used to store terms and conditions data.

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

setPoId

public void setPoId(java.lang.Long aPoId)

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.

Parameters:
aPoId - java.lang.Long
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