|
||||||||
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.PriceTCPriceListWithSelectiveAdjustmentBean
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 | |
PriceTCPriceListWithSelectiveAdjustmentBean()
|
Method Summary | |
java.lang.Integer |
getAdjustmentProductSetId()
This method provides access to the TERMCOND.INTEGERFIELD2 column of DB2 type INTEGER NULL. |
java.lang.Long |
getAdjustmentProductSetOwnerId()
This method provides access to the TERMCOND.BIGINTFIELD2 column of DB2 type BIGINT NULL. |
java.lang.Integer |
getCustomProductSetFlag()
This method provides access to the TERMCOND.INTEGERFIELD3 column of DB2 type INTEGER NULL. |
java.lang.Long |
getPriceListId()
This method provides access to the TERMCOND.BIGINTFIELD1 column of DB2 type BIGINT NULL. |
java.lang.Integer |
getProductSetId()
This method provides access to the TERMCOND.INTEGERFIELD1 column of DB2 type INTEGER NULL. |
java.lang.Double |
getSignedPercentage()
This method provides access to the TERMCOND.FLOATFIELD1 column of DB2 type DOUBLE NULL. |
void |
setAdjustmentProductSetId(java.lang.Integer aAdjustmentProductSetId)
This method provides access to the TERMCOND.INTEGERFIELD2 column of DB2 type INTEGER NULL. |
void |
setAdjustmentProductSetOwnerId(java.lang.Long aAdjustmentProductSetOwnerId)
This method provides access to the TERMCOND.BIGINTFIELD2 column of DB2 type BIGINT NULL. |
void |
setCustomProductSetFlag(java.lang.Integer aCustomProductSetFlag)
This method provides access to the TERMCOND.INTEGERFIELD3 column of DB2 type INTEGER NULL. |
void |
setPriceListId(java.lang.Long aPriceListId)
This method provides access to the TERMCOND.BIGINTFIELD1 column of DB2 type BIGINT NULL. |
void |
setProductSetId(java.lang.Integer aProductSetId)
This method provides access to the TERMCOND.INTEGERFIELD1 column of DB2 type INTEGER NULL. |
void |
setSignedPercentage(java.lang.Double aSignedPercentage)
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 PriceTCPriceListWithSelectiveAdjustmentBean()
Method Detail |
public java.lang.Integer getAdjustmentProductSetId()
This method provides access to the TERMCOND.INTEGERFIELD2 column of DB2 type INTEGER NULL.
The following is a description of this column:
An INTEGER field used to store terms and conditions data.
public java.lang.Long getAdjustmentProductSetOwnerId()
This method provides access to the TERMCOND.BIGINTFIELD2 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.Integer getCustomProductSetFlag()
This method provides access to the TERMCOND.INTEGERFIELD3 column of DB2 type INTEGER NULL.
The following is a description of this column:
An INTEGER field used to store terms and conditions data.
public java.lang.Long getPriceListId()
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.Integer getProductSetId()
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.
public java.lang.Double getSignedPercentage()
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 setAdjustmentProductSetId(java.lang.Integer aAdjustmentProductSetId)
This method provides access to the TERMCOND.INTEGERFIELD2 column of DB2 type INTEGER NULL.
The following is a description of this column:
An INTEGER field used to store terms and conditions data.
aAdjustmentProductSetId
- java.lang.Integerpublic void setAdjustmentProductSetOwnerId(java.lang.Long aAdjustmentProductSetOwnerId)
This method provides access to the TERMCOND.BIGINTFIELD2 column of DB2 type BIGINT NULL.
The following is a description of this column:
A BIGINT field used to store terms and conditions data.
aAdjustmentProductSetOwnerId
- java.lang.Longpublic void setCustomProductSetFlag(java.lang.Integer aCustomProductSetFlag)
This method provides access to the TERMCOND.INTEGERFIELD3 column of DB2 type INTEGER NULL.
The following is a description of this column:
An INTEGER field used to store terms and conditions data.
aCustomProductSetFlag
- java.lang.Integerpublic void setPriceListId(java.lang.Long aPriceListId)
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.
aPriceListId
- java.lang.Longpublic void setProductSetId(java.lang.Integer aProductSetId)
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.
aProductSetId
- java.lang.Integerpublic void setSignedPercentage(java.lang.Double aSignedPercentage)
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.
aSignedPercentage
- java.lang.Double
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |