|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.contract.objects.PurchaseLimitBean
This bean provides access to the PURCHASELT table.
The following is a description of this table:
The Purchase Limit table.
Constructor Summary | |
PurchaseLimitBean()
|
Method Summary | |
java.lang.Long |
getCatEntryId()
This method provides access to the PURCHASELT.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getCurrency()
This method provides access to the PURCHASELT.CURRENCY column of DB2 type CHAR(3) NULL. |
java.math.BigDecimal |
getCurrentAmount()
This method provides access to the PURCHASELT.CURRENTAMOUNT column of DB2 type DECIMAL(20,5) NULL. |
java.lang.Double |
getCurrentQuantity()
This method provides access to the PURCHASELT.CURRENTQUANTITY column of DB2 type DOUBLE NULL. |
java.lang.String |
getLimitType()
This method provides access to the PURCHASELT.LIMITTYPE column of DB2 type CHAR(1) NOT NULL. |
java.math.BigDecimal |
getMaxAmount()
This method provides access to the PURCHASELT.MAXAMOUNT column of DB2 type DECIMAL(20,5) NULL. |
java.lang.Double |
getMaxQuantity()
This method provides access to the PURCHASELT.MAXQUANTITY column of DB2 type DOUBLE NULL. |
java.math.BigDecimal |
getMinAmount()
This method provides access to the PURCHASELT.MINAMOUNT column of DB2 type DECIMAL(20,5) NULL. |
java.lang.Double |
getMinQuantity()
This method provides access to the PURCHASELT.MINQUANTITY column of DB2 type DOUBLE NULL. |
java.lang.Long |
getPurchaseLimitId()
This method provides access to the PURCHASELT.PURCHASELT_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getTcId()
This method provides access to the PURCHASELT.TERMCOND_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getTradingPositionContainerId()
This method provides access to the PURCHASELT.TRADEPOSCN_ID column of DB2 type BIGINT NOT NULL. |
void |
setCatEntryId(java.lang.Long aCatEntryId)
This method provides access to the PURCHASELT.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
void |
setCurrency(java.lang.String aCurrency)
This method provides access to the PURCHASELT.CURRENCY column of DB2 type CHAR(3) NULL. |
void |
setCurrentAmount(java.math.BigDecimal aCurrentAmount)
This method provides access to the PURCHASELT.CURRENTAMOUNT column of DB2 type DECIMAL(20,5) NULL. |
void |
setCurrentQuantity(java.lang.Double aCurrentQuantity)
This method provides access to the PURCHASELT.CURRENTQUANTITY column of DB2 type DOUBLE NULL. |
void |
setLimitType(java.lang.String aLimitType)
This method provides access to the PURCHASELT.LIMITTYPE column of DB2 type CHAR(1) NOT NULL. |
void |
setMaxAmount(java.math.BigDecimal aMaxAmount)
This method provides access to the PURCHASELT.MAXAMOUNT column of DB2 type DECIMAL(20,5) NULL. |
void |
setMaxQuantity(java.lang.Double aMaxQuantity)
This method provides access to the PURCHASELT.MAXQUANTITY column of DB2 type DOUBLE NULL. |
void |
setMinAmount(java.math.BigDecimal aMinAmount)
This method provides access to the PURCHASELT.MINAMOUNT column of DB2 type DECIMAL(20,5) NULL. |
void |
setMinQuantity(java.lang.Double aMinQuantity)
This method provides access to the PURCHASELT.MINQUANTITY column of DB2 type DOUBLE NULL. |
void |
setPurchaseLimitId(java.lang.Long aPurchaseLimitId)
This method provides access to the PURCHASELT.PURCHASELT_ID column of DB2 type BIGINT NOT NULL. |
void |
setTcId(java.lang.Long aTcId)
This method provides access to the PURCHASELT.TERMCOND_ID column of DB2 type BIGINT NOT NULL. |
void |
setTradingPositionContainerId(java.lang.Long aTradingPositionContainerId)
This method provides access to the PURCHASELT.TRADEPOSCN_ID column of DB2 type BIGINT NOT NULL. |
Constructor Detail |
public PurchaseLimitBean()
Method Detail |
public java.lang.Long getCatEntryId()
This method provides access to the PURCHASELT.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The CatalogEntry offered for sale.
public java.lang.String getCurrency()
This method provides access to the PURCHASELT.CURRENCY column of DB2 type CHAR(3) NULL.
The following is a description of this column:
The Currency of the minimum or maximum amount. This is a currency code as per ISO 4217 standards.
public java.math.BigDecimal getCurrentAmount()
This method provides access to the PURCHASELT.CURRENTAMOUNT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Current purchase amount.
public java.lang.Double getCurrentQuantity()
This method provides access to the PURCHASELT.CURRENTQUANTITY column of DB2 type DOUBLE NULL.
The following is a description of this column:
Current purchase quantity.
public java.lang.String getLimitType()
This method provides access to the PURCHASELT.LIMITTYPE column of DB2 type CHAR(1) NOT NULL.
The following is a description of this column:
Indicates the type of limit:
0 = by quantity or 1 = by amount.
public java.math.BigDecimal getMaxAmount()
This method provides access to the PURCHASELT.MAXAMOUNT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Maximum purchase amount.
public java.lang.Double getMaxQuantity()
This method provides access to the PURCHASELT.MAXQUANTITY column of DB2 type DOUBLE NULL.
The following is a description of this column:
Maximum purchase quantity.
public java.math.BigDecimal getMinAmount()
This method provides access to the PURCHASELT.MINAMOUNT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Minimum purchase amount.
public java.lang.Double getMinQuantity()
This method provides access to the PURCHASELT.MINQUANTITY column of DB2 type DOUBLE NULL.
The following is a description of this column:
Minimum purchase quantity.
public java.lang.Long getPurchaseLimitId()
This method provides access to the PURCHASELT.PURCHASELT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number, and the Primary key.
public java.lang.Long getTcId()
This method provides access to the PURCHASELT.TERMCOND_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The TermAndCondition ID.
public java.lang.Long getTradingPositionContainerId()
This method provides access to the PURCHASELT.TRADEPOSCN_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The purchase limit is part of this TradingPositionContainer.
public void setCatEntryId(java.lang.Long aCatEntryId)
This method provides access to the PURCHASELT.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The CatalogEntry offered for sale.
aCatEntryId
- java.lang.Longpublic void setCurrency(java.lang.String aCurrency)
This method provides access to the PURCHASELT.CURRENCY column of DB2 type CHAR(3) NULL.
The following is a description of this column:
The Currency of the minimum or maximum amount. This is a currency code as per ISO 4217 standards.
aCurrency
- java.lang.Stringpublic void setCurrentAmount(java.math.BigDecimal aCurrentAmount)
This method provides access to the PURCHASELT.CURRENTAMOUNT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Current purchase amount.
aCurrentAmount
- java.math.BigDecimalpublic void setCurrentQuantity(java.lang.Double aCurrentQuantity)
This method provides access to the PURCHASELT.CURRENTQUANTITY column of DB2 type DOUBLE NULL.
The following is a description of this column:
Current purchase quantity.
aCurrentQuantity
- java.lang.Doublepublic void setLimitType(java.lang.String aLimitType)
This method provides access to the PURCHASELT.LIMITTYPE column of DB2 type CHAR(1) NOT NULL.
The following is a description of this column:
Indicates the type of limit:
0 = by quantity or 1 = by amount.
aLimitType
- java.lang.Stringpublic void setMaxAmount(java.math.BigDecimal aMaxAmount)
This method provides access to the PURCHASELT.MAXAMOUNT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Maximum purchase amount.
aMaxAmount
- java.math.BigDecimalpublic void setMaxQuantity(java.lang.Double aMaxQuantity)
This method provides access to the PURCHASELT.MAXQUANTITY column of DB2 type DOUBLE NULL.
The following is a description of this column:
Maximum purchase quantity.
aMaxQuantity
- java.lang.Doublepublic void setMinAmount(java.math.BigDecimal aMinAmount)
This method provides access to the PURCHASELT.MINAMOUNT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Minimum purchase amount.
aMinAmount
- java.math.BigDecimalpublic void setMinQuantity(java.lang.Double aMinQuantity)
This method provides access to the PURCHASELT.MINQUANTITY column of DB2 type DOUBLE NULL.
The following is a description of this column:
Minimum purchase quantity.
aMinQuantity
- java.lang.Doublepublic void setPurchaseLimitId(java.lang.Long aPurchaseLimitId)
This method provides access to the PURCHASELT.PURCHASELT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number, and the Primary key.
aPurchaseLimitId
- java.lang.Longpublic void setTcId(java.lang.Long aTcId)
This method provides access to the PURCHASELT.TERMCOND_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The TermAndCondition ID.
aTcId
- java.lang.Longpublic void setTradingPositionContainerId(java.lang.Long aTradingPositionContainerId)
This method provides access to the PURCHASELT.TRADEPOSCN_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The purchase limit is part of this TradingPositionContainer.
aTradingPositionContainerId
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |