public class HistoryOrderBlock extends java.lang.Object implements XMLRecordable
com.ibm.commerce.order.objects.OrderAccessBean
or get HistoryOrderBlock from the XML.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM Copyright statement.
|
| Constructor and Description |
|---|
HistoryOrderBlock() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
fieldsToXML()
This method converts only this object's fields into an XML format representation.
|
java.lang.String |
getBlkComment()
This method returns the block comment.
|
java.lang.Integer |
getBlkRsnCodeId()
This method returns the block reason code id.
|
java.lang.Integer |
getField1()
This method returns the value of filed1.
|
java.lang.String |
getField2()
This method returns the value of filed2.
|
java.lang.Long |
getOrderBlkId()
This method returns the order block id.
|
java.lang.Long |
getOrderId()
This method returns the ordersId.
|
java.lang.Short |
getResolved()
This method returns the resolved.
|
java.sql.Timestamp |
getTimeBlocked()
This method returns the timeBlocked.
|
void |
refresh()
This method gets the fields refreshed.
|
void |
setBlkComment(java.lang.String argblkComment)
This method sets the block comment.
|
void |
setBlkRsnCodeId(java.lang.Integer argblkRsnCodeId)
This method sets the block reason code id.
|
void |
setField1(java.lang.Integer argField1)
This method sets the value of filed1.
|
void |
setField2(java.lang.String argField2)
This method sets the value of filed2.
|
void |
setOrderBlkId(java.lang.Long argOrderBlkId)
This method sets the order block id.
|
void |
setOrderBlock(OrderBlockAccessBean argOrderBlockBean)
This method sets an object of OrderBlockAccessBean.
|
void |
setOrderId(java.lang.Long argOrderId)
This method sets the order id.
|
void |
setResolved(java.lang.Short argResolved)
This method sets the resolved.
|
void |
setTimeBlocked(java.sql.Timestamp argTimeBlocked)
This method sets the timeBlocked.
|
XMLRecordable |
toFields(org.w3c.dom.Node xmlNode)
This method transforms an XML node into a real Object's field.
|
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 XMLRecordablexmlNode - the XML string to be converted to an object.XMLRecordable.toObject(org.w3c.dom.Node)public XMLRecordable toFields(org.w3c.dom.Node xmlNode)
toFields in interface XMLRecordablexmlNode - the XML node contains the fields to be converted.XMLRecordable.toFields(org.w3c.dom.Node)public java.lang.String toXML()
toXML in interface XMLRecordableXMLRecordable.toXML()public java.lang.String fieldsToXML()
fieldsToXML in interface XMLRecordableXMLRecordable.fieldsToXML()public void setOrderBlock(OrderBlockAccessBean argOrderBlockBean) throws ECException
argOrderBlockBean - ECExceptionpublic void refresh()
throws ECException
ECExceptionpublic java.lang.String getBlkComment()
public void setBlkComment(java.lang.String argblkComment)
argblkComment - The blkComment to set.public java.lang.Integer getBlkRsnCodeId()
public void setBlkRsnCodeId(java.lang.Integer argblkRsnCodeId)
argblkRsnCodeId - The blkRsnCodeId to set.public java.lang.Integer getField1()
public void setField1(java.lang.Integer argField1)
argField1 - The field1 to set.public java.lang.String getField2()
public void setField2(java.lang.String argField2)
argField2 - The field2 to set.public java.lang.Long getOrderBlkId()
public void setOrderBlkId(java.lang.Long argOrderBlkId)
argOrderBlkId - The orderBlkId to set.public java.lang.Long getOrderId()
public void setOrderId(java.lang.Long argOrderId)
argOrderId - The ordersId to set.public java.lang.Short getResolved()
public void setResolved(java.lang.Short argResolved)
argResolved - The resolved to set.public java.sql.Timestamp getTimeBlocked()
public void setTimeBlocked(java.sql.Timestamp argTimeBlocked)
argTimeBlocked - The timeBlocked to set.