Class ShoppingCart.CartPaymentInfo
java.lang.Object
org.apache.ofbiz.order.shoppingcart.ShoppingCart.CartPaymentInfo
- All Implemented Interfaces:
Serializable
,Comparable<Object>
- Enclosing class:
- ShoppingCart
public static class ShoppingCart.CartPaymentInfo
extends Object
implements Serializable, Comparable<Object>
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
compare toboolean
equalsget amountgetBillingAddress
(Delegator delegator) get billing addressget finaccount idboolean
get isPresent booleanboolean
get is swipedboolean
get overflowget payment method idget payment method type idget postal codeget security codegetValueObject
(Delegator delegator) get value objectint
hashCode()
hash codeboolean
get singleUse booleanmakeOrderPaymentInfos
(Delegator delegator, ShoppingCart cart) make order payment infovoid
setAmount
(BigDecimal amount) set amountvoid
setFinAccountId
(String finAccountId) set finaccount idvoid
setIsPresent
(boolean isPresent) set isPresent booleanvoid
setIsSwiped
(boolean isSwiped) set is swipedvoid
setOverflow
(boolean overflow) set overflowvoid
setPaymentMethodId
(String paymentMethodId) set payment method idvoid
setPaymentMethodTypeId
(String paymentMethodTypeId) set payment method type idvoid
setPostalCode
(String postalCode) set postal codevoid
set refNumvoid
set refNum and auth codevoid
setSecurityCode
(String securityCode) set security codevoid
setSingleUse
(boolean singleUse) set singleUse booleantoString()
to string
-
Constructor Details
-
CartPaymentInfo
public CartPaymentInfo()
-
-
Method Details
-
getPostalCode
get postal code -
setPostalCode
set postal code -
setPaymentMethodId
set payment method id -
getPaymentMethodId
get payment method id -
getPaymentMethodTypeId
get payment method type id -
setPaymentMethodTypeId
set payment method type id -
isSingleUse
public boolean isSingleUse()get singleUse boolean -
setSingleUse
public void setSingleUse(boolean singleUse) set singleUse boolean -
getIsPresent
public boolean getIsPresent()get isPresent boolean -
setIsPresent
public void setIsPresent(boolean isPresent) set isPresent boolean -
setOverflow
public void setOverflow(boolean overflow) set overflow -
getOverflow
public boolean getOverflow()get overflow -
setIsSwiped
public void setIsSwiped(boolean isSwiped) set is swiped -
getIsSwiped
public boolean getIsSwiped()get is swiped -
setFinAccountId
set finaccount id -
getFinAccountId
get finaccount id -
setSecurityCode
set security code -
getSecurityCode
get security code -
setRefNum
set refNum and auth code -
setRefNum
set refNum -
setAmount
set amount -
getAmount
get amount -
getValueObject
get value object -
getBillingAddress
get billing address -
makeOrderPaymentInfos
make order payment info -
compareTo
compare to- Specified by:
compareTo
in interfaceComparable<Object>
-
hashCode
public int hashCode()hash code -
equals
equals -
toString
to string
-