|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.util.entity.AbstractBasicEntity
org.torweg.pulse.component.shop.checkout.PaymentData
org.torweg.pulse.component.shop.checkout.PayPalPaymentData
public class PayPalPaymentData
The PayPalPaymentData.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.torweg.pulse.component.shop.checkout.PaymentData |
|---|
PaymentData.PaymentStatus |
| Constructor Summary | |
|---|---|
PayPalPaymentData()
The no-argument constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getEmailAddress()
Returns the email address. |
java.lang.String |
getGiropayRedirectURL()
Returns the giropay redirect URL. |
java.lang.String |
getPayerId()
Returns the payer id. |
java.lang.String |
getPaymentRedirectURL()
Returns the payment redirect URL. |
java.lang.String |
getToken()
Returns the token received from PayPal. |
boolean |
isRedirectRequired()
Returns the redirect-required-flag, indicating whether a redirect is required. |
void |
reinitialize()
Reinitializes the PayPalPaymentData. |
void |
setEmailAddress(java.lang.String ea)
Sets the email address. |
void |
setGiropayRedirectURL(java.lang.String gru)
Sets the giropay redirect URL. |
void |
setPayerId(java.lang.String pid)
Sets the payer id. |
void |
setPaymentRedirectURL(java.lang.String pru)
Sets the payment redirect URL. |
void |
setRedirectRequired(boolean rrf)
Sets the redirect-required-flag, indicating whether a redirect is required. |
void |
setToken(java.lang.String t)
Sets the token received from PayPal. |
| Methods inherited from class org.torweg.pulse.component.shop.checkout.PaymentData |
|---|
getAmount, getAuthorizationCanceledAction, getAuthorizationFailedAction, getAuthorizationFinishedAction, getCaptureCanceledAction, getCaptureFailedAction, getCaptureFinishedAction, getCurrency, getPaymentDate, getPaymentMethod, getProviderTransactionId, getStatus, getTransactionId, newInstance, setAmount, setCurrency, setPaymentDate, setProviderTransactionId, setStatus, setTransactionId |
| Methods inherited from class org.torweg.pulse.util.entity.AbstractBasicEntity |
|---|
compareTo, equals, getFullQualifiedClassNameJAXB, getId, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PayPalPaymentData()
| Method Detail |
|---|
public final java.lang.String getToken()
public final void setToken(java.lang.String t)
t - the token to set.public final java.lang.String getPayerId()
public final void setPayerId(java.lang.String pid)
pid - the payer id to set.public final boolean isRedirectRequired()
public final void setRedirectRequired(boolean rrf)
rrf - the redirect-required-flag to set.public final java.lang.String getEmailAddress()
public final void setEmailAddress(java.lang.String ea)
ea - the email address to set.public final java.lang.String getPaymentRedirectURL()
public final void setPaymentRedirectURL(java.lang.String pru)
pru - the payment redirect URL to set.public final java.lang.String getGiropayRedirectURL()
public final void setGiropayRedirectURL(java.lang.String gru)
gru - the giropay redirect URL to set.public void reinitialize()
PayPalPaymentData.
reinitialize in class PaymentDatajava.lang.IllegalStateException - if the PaymentStatus of the PayPalPaymentData
is CAPTURED, PENDING or BOOKED_BACK.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||