public class OrderAudit extends JDBCObject<OrderAudit>
| 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 |
|---|
OrderAudit()
Constructs a
OrderAudit object with all field values set to
null. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAddToOrder()
Returns the add to existing order attribute.
|
java.lang.String |
getCreditCardExpires()
Returns the credit card expiration date (yyyymm).
|
java.lang.String |
getCreditCardName()
Returns the credit card cardholder name.
|
java.lang.String |
getCreditCardNumber()
Returns the credit card number.
|
java.lang.String |
getCreditCardType()
Returns the credit card type.
|
java.math.BigDecimal |
getFreight()
Returns the freight charge amount.
|
java.lang.String |
getIVCreditCardExpires()
Returns the credit card expiration date initialization vector.
|
java.lang.String |
getIVCreditCardName()
Returns the credit card cardholder name initialization vector.
|
java.lang.String |
getIVCreditCardNumber()
Returns the credit card number initialization vector.
|
java.lang.String |
getOrderId()
Returns the id of order in backend system.
|
int |
getOrderRef()
Returns the unique reference number for the order.
|
java.lang.String |
getOrderType()
Returns the backend order type.
|
int |
getPayMethod()
Returns the payment method (0=credit card, 1=on account, 2=COD).
|
java.lang.String |
getPONumber()
Returns the purchase order number.
|
java.lang.String |
getReorderId()
Returns the order id that a reorder is based on.
|
java.lang.String |
getShipperCode()
Returns the shipper code.
|
java.lang.String |
getShiptoId()
Returns the ship-to customer id.
|
java.math.BigDecimal |
getTax()
Returns the sales tax amount.
|
java.util.Date |
getTimeConfirmed()
Returns the time when order was confirmed.
|
java.util.Date |
getTimeCreated()
Returns the time when order was created.
|
java.lang.String |
getUserId()
Returns the id for the user who created the order.
|
java.math.BigDecimal |
getValue()
Returns the total order amount.
|
void |
setAddToOrder(java.lang.String value)
Sets the add to existing order attribute.
|
void |
setCreditCardExpires(java.lang.String value)
Sets the credit card expiration date (yyyymm).
|
void |
setCreditCardName(java.lang.String value)
Sets the credit card cardholder name.
|
void |
setCreditCardNumber(java.lang.String value)
Sets the credit card number.
|
void |
setCreditCardType(java.lang.String value)
Sets the credit card type.
|
void |
setFreight(java.math.BigDecimal value)
Sets the freight charge amount.
|
void |
setIVCreditCardExpires(java.lang.String value)
Sets the credit card expiration date initialization vector.
|
void |
setIVCreditCardName(java.lang.String value)
Sets the credit card cardholder name initialization vector.
|
void |
setIVCreditCardNumber(java.lang.String value)
Sets the credit card number initialization vector.
|
void |
setOrderId(java.lang.String value)
Sets the id of order in backend system.
|
void |
setOrderRef(int value)
Sets the unique reference number for the order.
|
void |
setOrderType(java.lang.String value)
Sets the backend order type.
|
void |
setPayMethod(int value)
Sets the payment method (0=credit card, 1=on account, 2=COD).
|
void |
setPONumber(java.lang.String value)
Sets the purchase order number.
|
void |
setReorderId(java.lang.String value)
Sets the order id that a reorder is based on.
|
void |
setShipperCode(java.lang.String value)
Sets the shipper code.
|
void |
setShiptoId(java.lang.String value)
Sets the ship-to customer id.
|
void |
setTax(java.math.BigDecimal value)
Sets the sales tax amount.
|
void |
setTimeConfirmed(java.util.Date value)
Sets the time when order was confirmed.
|
void |
setTimeCreated(java.util.Date value)
Sets the time when order was created.
|
void |
setUserId(java.lang.String value)
Sets the id for the user who created the order.
|
void |
setValue(java.math.BigDecimal value)
Sets the total order amount.
|
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 OrderAudit()
OrderAudit object with all field values set to
null.public int getOrderRef()
public void setOrderRef(int value)
value - (int) The unique reference number for the order.public java.util.Date getTimeCreated()
public void setTimeCreated(java.util.Date value)
value - (java.util.Date) The time when order was created.public java.util.Date getTimeConfirmed()
public void setTimeConfirmed(java.util.Date value)
value - (java.util.Date) The time when order was confirmed.public java.lang.String getCreditCardType()
public void setCreditCardType(java.lang.String value)
value - (String) The credit card type.public java.lang.String getCreditCardName()
public void setCreditCardName(java.lang.String value)
value - (String) The cardholder name (unencrypted value).public java.lang.String getCreditCardNumber()
public void setCreditCardNumber(java.lang.String value)
value - (String) The credit card number (unencrypted value).public java.lang.String getCreditCardExpires()
public void setCreditCardExpires(java.lang.String value)
value - (String) The credit card expiration date (yyyymm)
(unencrypted value).public java.lang.String getUserId()
public void setUserId(java.lang.String value)
value - (String) The id for the user who created the order.public java.math.BigDecimal getFreight()
public void setFreight(java.math.BigDecimal value)
value - (BigDecimal) The freight charge amount.public java.math.BigDecimal getTax()
public void setTax(java.math.BigDecimal value)
value - (BigDecimal) The sales tax amount.public java.math.BigDecimal getValue()
public void setValue(java.math.BigDecimal value)
value - (BigDecimal) The total order amount.public java.lang.String getOrderId()
public void setOrderId(java.lang.String value)
value - (String) The id of order in backend system.public java.lang.String getPONumber()
public void setPONumber(java.lang.String value)
value - (String) The purchase order number.public java.lang.String getShipperCode()
public void setShipperCode(java.lang.String value)
value - (String) The shipper code.public java.lang.String getShiptoId()
public void setShiptoId(java.lang.String value)
value - (String) The ship-to customer id.public java.lang.String getOrderType()
public void setOrderType(java.lang.String value)
value - (String) The backend order type.public java.lang.String getReorderId()
public void setReorderId(java.lang.String value)
value - (String) The order id that a reorder is based on.public int getPayMethod()
public void setPayMethod(int value)
value - (int) The payment method.public java.lang.String getAddToOrder()
public void setAddToOrder(java.lang.String value)
value - (String) The order number being added to.public java.lang.String getIVCreditCardName()
public void setIVCreditCardName(java.lang.String value)
value - (String) The credit card cardholder name initialization
vector.public java.lang.String getIVCreditCardNumber()
public void setIVCreditCardNumber(java.lang.String value)
value - (String) The credit card number initialization vector.public java.lang.String getIVCreditCardExpires()
public void setIVCreditCardExpires(java.lang.String value)
value - (String) The credit card expiration date initialization
vector.