public class PaymentDetail extends ERPObject<PaymentDetail>
A payment detail object contains information retrieved from the ERP system. The information is used for display purposes only and is not persisted to a database table.
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
The class' serialization version id.
|
ivHashCode, ivHashFlds, ivObjAttrs
Constructor and Description |
---|
PaymentDetail()
Constructs an
PaymentDetail object with all field values set to
null . |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAmount()
Returns the payment amount.
|
java.lang.String |
getCheckNum()
Returns the check number or reference number.
|
java.lang.String |
getCreditCard()
Returns the credit card number.
|
java.lang.String |
getDate()
Returns the payment date.
|
java.lang.String |
getDiscount()
Returns the payment discount.
|
java.lang.String |
getPaymentNum()
Returns payment number.
|
java.lang.String |
getType()
Returns payment type (credit card, cash, etc).
|
void |
setAmount(java.lang.String value)
Sets the payment amount.
|
void |
setCheckNum(java.lang.String value)
Sets the check number or reference number.
|
void |
setCreditCard(java.lang.String value)
Sets the credit card number.
|
void |
setDate(java.lang.String value)
Sets the payment date.
|
void |
setDiscount(java.lang.String value)
Sets the payment discount.
|
void |
setPaymentNum(java.lang.String value)
Sets the payment number.
|
void |
setType(java.lang.String value)
Sets the payment type (credit card, cash, etc).
|
cloneMapAttributes, 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, toStringArray
private static final long serialVersionUID
public PaymentDetail()
PaymentDetail
object with all field values set to
null
.public java.lang.String getPaymentNum()
public void setPaymentNum(java.lang.String value)
value
- (String) The payment number.public java.lang.String getType()
public void setType(java.lang.String value)
value
- (String) The payment type.public java.lang.String getDate()
public void setDate(java.lang.String value)
value
- (String) The payment date.public java.lang.String getAmount()
public void setAmount(java.lang.String value)
value
- (String) The payment amount.public java.lang.String getDiscount()
public void setDiscount(java.lang.String value)
value
- (String) The payment discount.public java.lang.String getCheckNum()
public void setCheckNum(java.lang.String value)
value
- (String) The check number.public java.lang.String getCreditCard()
public void setCreditCard(java.lang.String value)
value
- (String) The credit card number.