public class HistoryOrderItemComponent extends java.lang.Object implements XMLRecordable
com.ibm.commerce.order.objects.OrderItemComponentAccessBean
or get HistoryOrderItemComponent
from the XML.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice fields.
|
Constructor and Description |
---|
HistoryOrderItemComponent() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
fieldsToXML()
This methods converts only this object's fields into an XML format representation.
|
java.lang.Long |
getCatalogEntryId()
Gets catalog Entry Id
|
java.lang.Double |
getCatalogQuantity()
Gets catalog Quantity
|
java.lang.String |
getConfigurationId()
Gets configuration Id
|
java.lang.String |
getCurrency()
Gets currency
|
java.lang.Integer |
getInventoryQuantity()
Gets inventory Quantity
|
java.lang.Long |
getItemSpecificationId()
Gets item Specification Id
|
java.lang.Long |
getOicomprelId()
Gets order item component relation Id
|
java.lang.Long |
getOrderItemComponentId()
Gets order Item Component Id
|
java.lang.Long |
getOrderItemId()
Gets order Item Id
|
java.lang.String |
getRequired()
Gets required
|
java.lang.Long |
getRfqProductId()
Gets REQ Product Id
|
java.lang.String |
getSupplierData()
Gets supplier Data
|
java.lang.String |
getSupplierPartNumber()
Gets supplier Part Number
|
java.math.BigDecimal |
getUnitPrice()
Gets unit Price
|
void |
refresh()
This method syncs this object with the order item component bean.
|
void |
setCatalogEntryId(java.lang.Long long1)
Sets catalog Entry Id
|
void |
setCatalogQuantity(java.lang.Double double1)
Sets catalog Quantity
|
void |
setConfigurationId(java.lang.String string)
Sets configuration Id
|
void |
setCurrency(java.lang.String string)
Sets currency
|
void |
setInventoryQuantity(java.lang.Integer integer)
Sets inventory Quantity
|
void |
setItemSpecificationId(java.lang.Long long1)
Sets item Specification Id
|
void |
setOicomprelId(java.lang.Long long1)
Sets order item component relation Id
|
void |
setOrderItemComponent(OrderItemComponentAccessBean abOrderItemComponent)
This method sets the OrderItemComponentBean.
|
void |
setOrderItemComponentId(java.lang.Long long1)
Sets order Item Component Id
|
void |
setOrderItemId(java.lang.Long long1)
Sets orderItemId
|
void |
setRequired(java.lang.String string)
Sets required- Y(YES), N(NO)
|
void |
setRfqProductId(java.lang.Long long1)
Sets RFQ Product Id
|
void |
setSupplierData(java.lang.String string)
Sets supplier Data
|
void |
setSupplierPartNumber(java.lang.String string)
Sets supplier Part Number
|
void |
setUnitPrice(java.math.BigDecimal decimal)
Sets unit Price
|
XMLRecordable |
toFields(org.w3c.dom.Node xmlNode)
This method converts the XML segment to this object's fields.
|
XMLRecordable |
toObject(org.w3c.dom.Node xmlNode)
This method transforms an XML node into a real Object.
|
java.lang.String |
toXML()
This method converts this object into an XML format representation.
|
public static final java.lang.String COPYRIGHT
public XMLRecordable toObject(org.w3c.dom.Node xmlNode)
toObject
in interface XMLRecordable
xmlNode
- the XML string to be converted to an object.XMLRecordable.toObject(org.w3c.dom.Node)
public java.lang.String toXML()
toXML
in interface XMLRecordable
XMLRecordable.toXML()
public java.lang.String fieldsToXML()
fieldsToXML
in interface XMLRecordable
XMLRecordable.fieldsToXML()
public java.lang.Long getCatalogEntryId()
public java.lang.Double getCatalogQuantity()
public java.lang.String getConfigurationId()
public java.lang.String getCurrency()
public java.lang.Integer getInventoryQuantity()
public java.lang.Long getItemSpecificationId()
public java.lang.Long getOicomprelId()
public java.lang.Long getOrderItemComponentId()
public java.lang.Long getOrderItemId()
public java.lang.String getRequired()
public java.lang.Long getRfqProductId()
public java.lang.String getSupplierData()
public java.lang.String getSupplierPartNumber()
public java.math.BigDecimal getUnitPrice()
public void setCatalogEntryId(java.lang.Long long1)
long1
- catalog Entry Idpublic void setCatalogQuantity(java.lang.Double double1)
double1
- catalog Quantitypublic void setConfigurationId(java.lang.String string)
string
- configuration Idpublic void setCurrency(java.lang.String string)
string
- currencypublic void setInventoryQuantity(java.lang.Integer integer)
integer
- inventory Quantitypublic void setItemSpecificationId(java.lang.Long long1)
long1
- item Specification Idpublic void setOicomprelId(java.lang.Long long1)
long1
- oicomponent relation Idpublic void setOrderItemComponentId(java.lang.Long long1)
long1
- order Item Component Idpublic void setOrderItemId(java.lang.Long long1)
long1
- orderItemIdpublic void setRequired(java.lang.String string)
string
- requiredpublic void setRfqProductId(java.lang.Long long1)
long1
- RFQProductIdpublic void setSupplierData(java.lang.String string)
string
- supplier Datapublic void setSupplierPartNumber(java.lang.String string)
string
- supplier Part Numberpublic void setUnitPrice(java.math.BigDecimal decimal)
decimal
- unitPricepublic XMLRecordable toFields(org.w3c.dom.Node xmlNode)
toFields
in interface XMLRecordable
xmlNode
- the XML node contains the fields to be converted.XMLRecordable.toFields(org.w3c.dom.Node)
public void setOrderItemComponent(OrderItemComponentAccessBean abOrderItemComponent) throws ECException
abOrderItemComponent
- ECException
public void refresh() throws ECException
ECException