public class HistoryShipInfo extends java.lang.Object implements XMLRecordable
com.ibm.commerce.edp.api.ShipInfoAccessBean
or get HistoryShipInfo
from the XML.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The IBM Copyright statement.
|
Constructor and Description |
---|
HistoryShipInfo() |
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.Long |
getAddressId()
Gets the addressId
|
java.lang.String |
getCarrierAccntNum()
Gets the carrier account number
|
java.lang.String |
getInstructions()
Gets the instructions
|
java.lang.Long |
getOrderId()
Gets the orderId.
|
java.lang.Long |
getPolicyId()
Gets the policy id
|
java.lang.Long |
getShipInfoId()
Gets the ship info id
|
java.lang.Integer |
getShipModeId()
Gets the ship mode id
|
void |
refresh()
This method syncs this objects with the given ShipInfoAccessBean.
|
void |
setAddressId(java.lang.Long long1)
Sets address id
|
void |
setCarrierAccntNum(java.lang.String string)
Sets carrier account number
|
void |
setInstructions(java.lang.String string)
Sets the instructions
|
void |
setOrderId(java.lang.Long long1)
Sets the order id
|
void |
setPolicyId(java.lang.Long long1)
Sets the policy id
|
void |
setShipInfo(ShipInfoAccessBean abShipInfo)
This method sets the ship info.
|
void |
setShipInfoId(java.lang.Long long1)
Sets the ship info id
|
void |
setShipModeId(java.lang.Integer integer)
Sets the ship mode id
|
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 java.lang.Long getAddressId()
public java.lang.String getCarrierAccntNum()
public java.lang.String getInstructions()
public java.lang.Long getOrderId()
public java.lang.Long getPolicyId()
public java.lang.Long getShipInfoId()
public java.lang.Integer getShipModeId()
public void setAddressId(java.lang.Long long1)
long1
- address idpublic void setCarrierAccntNum(java.lang.String string)
string
- carrier account numberpublic void setInstructions(java.lang.String string)
string
- instructionspublic void setOrderId(java.lang.Long long1)
long1
- the order idpublic void setPolicyId(java.lang.Long long1)
long1
- the policy idpublic void setShipInfoId(java.lang.Long long1)
long1
- the ship info idpublic void setShipModeId(java.lang.Integer integer)
integer
- the ship mode idpublic 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 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 setShipInfo(ShipInfoAccessBean abShipInfo) throws ECException
abShipInfo
- an object of ShipInfoAccessBean.ECException
public void refresh() throws ECException
ECException