|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.catalog.objects.ListPriceBean
This bean provides access to the LISTPRICE table.
The following is a description of this table:
Each row of this table represents a ListPrice in a particular currency for a CatalogEntry. This table is deprecated and is provided for backward compatibility only.
Constructor Summary | |
ListPriceBean()
|
Method Summary | |
java.lang.String |
getCurrency()
This method provides access to the LISTPRICE.CURRENCY column of DB2 type CHAR(3) NOT NULL. |
java.math.BigDecimal |
getListPrice()
This method provides access to the LISTPRICE.LISTPRICE column of DB2 type DECIMAL(20,5) NOT NULL. |
java.lang.String |
getOid()
This method provides access to the LISTPRICE.OID column of DB2 type VARCHAR(64) NULL. |
void |
setListPrice(java.math.BigDecimal aListPrice)
This method provides access to the LISTPRICE.LISTPRICE column of DB2 type DECIMAL(20,5) NOT NULL. |
void |
setOid(java.lang.String aOid)
This method provides access to the LISTPRICE.OID column of DB2 type VARCHAR(64) NULL. |
Constructor Detail |
public ListPriceBean()
Method Detail |
public java.lang.String getCurrency()
This method provides access to the LISTPRICE.CURRENCY column of DB2 type CHAR(3) NOT NULL.
The following is a description of this column:
The Currency of the ListPrice. This is a currency code as per ISO 4217 standards.
public java.math.BigDecimal getListPrice()
This method provides access to the LISTPRICE.LISTPRICE column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
The amount of the ListPrice.
public java.lang.String getOid()
This method provides access to the LISTPRICE.OID column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Reserved for IBM internal use.
public void setListPrice(java.math.BigDecimal aListPrice)
This method provides access to the LISTPRICE.LISTPRICE column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
The amount of the ListPrice.
aListPrice
- java.math.BigDecimalpublic void setOid(java.lang.String aOid)
This method provides access to the LISTPRICE.OID column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Reserved for IBM internal use.
aOid
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |