public class OrderRequest extends JDBCObject<OrderRequest>
This object is used to send data from external order interfaces (such as IBM's Connect for iSeries product) to Flash. This object can be serialized and streamed across systems/JVMs.
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The class' serialization version id.
|
LOWVAL_RPG_DATE, LOWVAL_RPG_TIME, STATUS_ACTIVE, STATUS_BLANK, STATUS_CANCELED, STATUS_DELETED, STATUS_INACTIVE, STATUS_PENDINGivHashCode, ivHashFlds, ivObjAttrs| Constructor and Description |
|---|
OrderRequest()
Constructs an
OrderRequest object with all field values set to
null. |
| Modifier and Type | Method and Description |
|---|---|
void |
addLine(OrderRequestLine line)
Adds a line to the collection of order request lines.
|
java.lang.String |
getAltId()
Returns the alternate buyer id.
|
java.lang.String |
getCCExpires()
Returns the credit card expiration date.
|
java.lang.String |
getCCName()
Returns the credit card name.
|
java.lang.String |
getCCNumber()
Returns the credit card number.
|
java.lang.String |
getDUNS()
Returns the DUNS number.
|
java.util.ArrayList<OrderRequestLine> |
getLines()
Returns the collection of order request lines.
|
java.lang.String |
getMiscName()
Returns the miscellaneous name.
|
java.lang.String |
getOrderId()
Returns the order id.
|
java.lang.String |
getRequestType()
Returns the request type.
|
java.lang.String |
getShiptoAddress1()
Returns the ship-to address line 1.
|
java.lang.String |
getShiptoAddress2()
Returns the ship-to address line 2.
|
java.lang.String |
getShiptoAddress3()
Returns the ship-to address line 3.
|
java.lang.String |
getShiptoAddress4()
Returns the ship-to address line 4.
|
java.lang.String |
getShiptoCity()
Returns the ship-to city.
|
java.lang.String |
getShiptoCountry()
Returns the ship-to country code.
|
java.lang.String |
getShiptoId()
Returns the ship-to id.
|
java.lang.String |
getShiptoName()
Returns the ship-to name.
|
java.lang.String |
getShiptoPostal()
Returns the ship-to postal code.
|
java.lang.String |
getShiptoState()
Returns the ship-to state code.
|
java.lang.String |
getUserDefinedField1()
Returns the order additional info.
|
void |
setAltId(java.lang.String value)
Sets the alternate buyer id.
|
void |
setCCExpires(java.lang.String value)
Sets the credit card expiration date.
|
void |
setCCName(java.lang.String value)
Sets the credit card name.
|
void |
setCCNumber(java.lang.String value)
Sets the credit card number.
|
void |
setDUNS(java.lang.String value)
Sets the DUNS number.
|
void |
setMiscName(java.lang.String value)
Sets the miscellaneous name.
|
void |
setOrderId(java.lang.String value)
Sets the order id.
|
void |
setRequestType(java.lang.String value)
Sets the request type.
|
void |
setShiptoAddress1(java.lang.String value)
Sets the ship-to address line 1.
|
void |
setShiptoAddress2(java.lang.String value)
Sets the ship-to address line 2.
|
void |
setShiptoAddress3(java.lang.String value)
Sets the ship-to address line 3.
|
void |
setShiptoAddress4(java.lang.String value)
Sets the ship-to address line 4.
|
void |
setShiptoCity(java.lang.String value)
Sets the ship-to city.
|
void |
setShiptoCountry(java.lang.String value)
Sets the ship-to county code.
|
void |
setShiptoId(java.lang.String value)
Sets the ship-to id.
|
void |
setShiptoName(java.lang.String value)
Sets the ship-to name.
|
void |
setShiptoPostal(java.lang.String value)
Sets the ship-to postal code.
|
void |
setShiptoState(java.lang.String value)
Sets the ship-to state code.
|
void |
setUserDefinedField1(java.lang.String value)
Sets the order additional info.
|
java.lang.String |
toString()
Returns a string representation of the object.
|
after, before, compareTo, equals, fmtStatus, fmtStatus, getObjectStatus, hashKey, setObjectStatuscloneMapAttributes, formatValue, formatValue, getHashFields, getMapArrayList, getMapAttributes, getMapBigDecimal, getMapBoolean, getMapDate, getMapDouble, getMapInteger, getMapLong, getMapMapped, getMapObject, getMapShort, getMapString, getMapString, getMapStringBuffer, getMapStringBuilder, getMapTime, getMapTimestamp, getMapVector, hashCode, setHashFields, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMapAttributes, setMapObject, setMapTime, setMapTimestamp, toStringArrayprivate static final long serialVersionUID
public OrderRequest()
OrderRequest object with all field values set to
null.public void addLine(OrderRequestLine line)
line - (OrderRequestLine) The line to add.public java.util.ArrayList<OrderRequestLine> getLines()
public java.lang.String getOrderId()
public void setOrderId(java.lang.String value)
value - (String) The order id.public java.lang.String getDUNS()
public void setDUNS(java.lang.String value)
value - (String) The DUNS number.public java.lang.String getAltId()
public void setAltId(java.lang.String value)
value - (String) The alternate buyer id.public java.lang.String getRequestType()
public void setRequestType(java.lang.String value)
value - (String) The request type.public java.lang.String getShiptoId()
public void setShiptoId(java.lang.String value)
value - (String) The ship-to id.public java.lang.String getShiptoName()
public void setShiptoName(java.lang.String value)
value - (String) Theship-to name.public java.lang.String getShiptoAddress1()
public void setShiptoAddress1(java.lang.String value)
value - (String) The ship-to address line 1.public java.lang.String getShiptoAddress2()
public void setShiptoAddress2(java.lang.String value)
value - (String) The ship-to address line 2.public java.lang.String getShiptoAddress3()
public void setShiptoAddress3(java.lang.String value)
value - (String) The ship-to address line 3.public java.lang.String getShiptoAddress4()
public void setShiptoAddress4(java.lang.String value)
value - (String) The ship-to address line 4.public java.lang.String getShiptoCity()
public void setShiptoCity(java.lang.String value)
value - (String) The ship-to city.public java.lang.String getShiptoState()
public void setShiptoState(java.lang.String value)
value - (String) The ship-to state code.public java.lang.String getShiptoPostal()
public void setShiptoPostal(java.lang.String value)
value - (String) The ship-to postal code.public java.lang.String getShiptoCountry()
public void setShiptoCountry(java.lang.String value)
value - (String) The ship-to Country code.public java.lang.String getCCNumber()
public void setCCNumber(java.lang.String value)
value - (String) The credit card number.public java.lang.String getCCName()
public void setCCName(java.lang.String value)
value - (String) The credit card name.public java.lang.String getCCExpires()
public void setCCExpires(java.lang.String value)
value - (String) The credit card expiration date.public java.lang.String getMiscName()
public void setMiscName(java.lang.String value)
value - (String) The miscellaneous name.public java.lang.String getUserDefinedField1()
public void setUserDefinedField1(java.lang.String value)
value - (String) The order additional info.public java.lang.String toString()
toString in class java.lang.Object