com.softslate.commerce.businessobjects.payment
Class PaymentBean

java.lang.Object
  extended bycom.softslate.commerce.businessobjects.core.BaseBusinessObject
      extended bycom.softslate.commerce.businessobjects.payment.PaymentBean
All Implemented Interfaces:
BusinessObject, Payment

public class PaymentBean
extends BaseBusinessObject
implements Payment

Object representing a payment within the system.

PaymentBean is the default implementation of the Payment interface for the application.

Author:
David Tobey

Field Summary
private  java.lang.String creditCardDate
           
private  java.lang.String creditCardName
           
private  java.lang.String creditCardNumber
           
private  java.lang.String creditCardNumberDisplay
           
private  java.lang.String creditCardType
           
private  int orderID
           
private  int paymentID
           
private  java.lang.String processorClassName
           
private  java.lang.String status
           
private  java.lang.String value1
           
private  java.lang.String value2
           
private  java.lang.String value3
           
private  java.lang.String value4
           
private  java.lang.String value5
           
private  java.lang.String value6
           
private  java.lang.String value7
           
private  java.lang.String value8
           
private  java.lang.String value9
           
private  java.lang.String valueFieldLabels
           
 
Fields inherited from class com.softslate.commerce.businessobjects.core.BaseBusinessObject
 
Constructor Summary
PaymentBean()
           
 
Method Summary
 java.lang.String getCreditCardDate()
           
 java.lang.String getCreditCardName()
           
 java.lang.String getCreditCardNumber()
           
 java.lang.String getCreditCardNumberDisplay()
           
 java.lang.String getCreditCardType()
           
 int getOrderID()
           
 int getPaymentID()
           
 java.lang.String getProcessorClassName()
           
 java.lang.String getStatus()
           
 java.lang.String getValue1()
           
 java.lang.String getValue2()
           
 java.lang.String getValue3()
           
 java.lang.String getValue4()
           
 java.lang.String getValue5()
           
 java.lang.String getValue6()
           
 java.lang.String getValue7()
           
 java.lang.String getValue8()
           
 java.lang.String getValue9()
           
 java.lang.String getValueFieldLabels()
           
 void setCreditCardDate(java.lang.String creditCardDate)
           
 void setCreditCardName(java.lang.String creditCardName)
           
 void setCreditCardNumber(java.lang.String creditCardNumber)
           
 void setCreditCardNumberDisplay(java.lang.String creditCardNumberDisplay)
           
 void setCreditCardType(java.lang.String creditCardType)
           
 void setOrderID(int orderID)
           
 void setPaymentID(int paymentID)
           
 void setProcessorClassName(java.lang.String processorClassName)
           
 void setStatus(java.lang.String status)
           
 void setValue1(java.lang.String value1)
           
 void setValue2(java.lang.String value2)
           
 void setValue3(java.lang.String value3)
           
 void setValue4(java.lang.String value4)
           
 void setValue5(java.lang.String value5)
           
 void setValue6(java.lang.String value6)
           
 void setValue7(java.lang.String value7)
           
 void setValue8(java.lang.String value8)
           
 void setValue9(java.lang.String value9)
           
 void setValueFieldLabels(java.lang.String valueFieldLabels)
           
 
Methods inherited from class com.softslate.commerce.businessobjects.core.BaseBusinessObject
formatDateTime, initialize, parseDateTime, prepareRequestData, sendHTTPPost
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.softslate.commerce.businessobjects.core.BusinessObject
initialize
 

Field Detail

paymentID

private int paymentID

status

private java.lang.String status

orderID

private int orderID

processorClassName

private java.lang.String processorClassName

valueFieldLabels

private java.lang.String valueFieldLabels

creditCardName

private java.lang.String creditCardName

creditCardType

private java.lang.String creditCardType

creditCardDate

private java.lang.String creditCardDate

creditCardNumber

private java.lang.String creditCardNumber

creditCardNumberDisplay

private java.lang.String creditCardNumberDisplay

value1

private java.lang.String value1

value2

private java.lang.String value2

value3

private java.lang.String value3

value4

private java.lang.String value4

value5

private java.lang.String value5

value6

private java.lang.String value6

value7

private java.lang.String value7

value8

private java.lang.String value8

value9

private java.lang.String value9
Constructor Detail

PaymentBean

public PaymentBean()
Method Detail

getPaymentID

public int getPaymentID()
Specified by:
getPaymentID in interface Payment

setPaymentID

public void setPaymentID(int paymentID)
Specified by:
setPaymentID in interface Payment

getCreditCardDate

public java.lang.String getCreditCardDate()
Specified by:
getCreditCardDate in interface Payment

setCreditCardDate

public void setCreditCardDate(java.lang.String creditCardDate)
Specified by:
setCreditCardDate in interface Payment

getCreditCardName

public java.lang.String getCreditCardName()
Specified by:
getCreditCardName in interface Payment

setCreditCardName

public void setCreditCardName(java.lang.String creditCardName)
Specified by:
setCreditCardName in interface Payment

getCreditCardNumber

public java.lang.String getCreditCardNumber()
Specified by:
getCreditCardNumber in interface Payment

setCreditCardNumber

public void setCreditCardNumber(java.lang.String creditCardNumber)
Specified by:
setCreditCardNumber in interface Payment

getCreditCardType

public java.lang.String getCreditCardType()
Specified by:
getCreditCardType in interface Payment

setCreditCardType

public void setCreditCardType(java.lang.String creditCardType)
Specified by:
setCreditCardType in interface Payment

getOrderID

public int getOrderID()
Specified by:
getOrderID in interface Payment

setOrderID

public void setOrderID(int orderID)
Specified by:
setOrderID in interface Payment

getCreditCardNumberDisplay

public java.lang.String getCreditCardNumberDisplay()
Specified by:
getCreditCardNumberDisplay in interface Payment

setCreditCardNumberDisplay

public void setCreditCardNumberDisplay(java.lang.String creditCardNumberDisplay)
Specified by:
setCreditCardNumberDisplay in interface Payment

getProcessorClassName

public java.lang.String getProcessorClassName()
Specified by:
getProcessorClassName in interface Payment

setProcessorClassName

public void setProcessorClassName(java.lang.String processorClassName)
Specified by:
setProcessorClassName in interface Payment

getStatus

public java.lang.String getStatus()
Specified by:
getStatus in interface Payment

setStatus

public void setStatus(java.lang.String status)
Specified by:
setStatus in interface Payment

getValue1

public java.lang.String getValue1()
Specified by:
getValue1 in interface Payment

setValue1

public void setValue1(java.lang.String value1)
Specified by:
setValue1 in interface Payment

getValue2

public java.lang.String getValue2()
Specified by:
getValue2 in interface Payment

setValue2

public void setValue2(java.lang.String value2)
Specified by:
setValue2 in interface Payment

getValue3

public java.lang.String getValue3()
Specified by:
getValue3 in interface Payment

setValue3

public void setValue3(java.lang.String value3)
Specified by:
setValue3 in interface Payment

getValue4

public java.lang.String getValue4()
Specified by:
getValue4 in interface Payment

setValue4

public void setValue4(java.lang.String value4)
Specified by:
setValue4 in interface Payment

getValue5

public java.lang.String getValue5()
Specified by:
getValue5 in interface Payment

setValue5

public void setValue5(java.lang.String value5)
Specified by:
setValue5 in interface Payment

getValue6

public java.lang.String getValue6()
Specified by:
getValue6 in interface Payment

setValue6

public void setValue6(java.lang.String value6)
Specified by:
setValue6 in interface Payment

getValue7

public java.lang.String getValue7()
Specified by:
getValue7 in interface Payment

setValue7

public void setValue7(java.lang.String value7)
Specified by:
setValue7 in interface Payment

getValue8

public java.lang.String getValue8()
Specified by:
getValue8 in interface Payment

setValue8

public void setValue8(java.lang.String value8)
Specified by:
setValue8 in interface Payment

getValue9

public java.lang.String getValue9()
Specified by:
getValue9 in interface Payment

setValue9

public void setValue9(java.lang.String value9)
Specified by:
setValue9 in interface Payment

getValueFieldLabels

public java.lang.String getValueFieldLabels()
Specified by:
getValueFieldLabels in interface Payment

setValueFieldLabels

public void setValueFieldLabels(java.lang.String valueFieldLabels)
Specified by:
setValueFieldLabels in interface Payment


Copyright © SoftSlate, Inc. 2003–2005