com.retek.component.customerorder
Interface CustomerOrderStoredValueCardPayment

All Superinterfaces:
BusinessObject, CustomerOrderPayment, CustomerOrderTransactionItem, CustomerOrderVoucherPayment, DistributedObject

public interface CustomerOrderStoredValueCardPayment
extends CustomerOrderVoucherPayment

CustomerOrderStoredValueCardPayment is a CustomerOrderPayment with a Tender Type of Stored Value Card.

Retek Inc. Copyright (c) 2003


Field Summary
static java.lang.String MASKED_PIN_NUMBER
           
static java.lang.String TYPE
           
 
Fields inherited from interface com.retek.component.customerorder.CustomerOrderVoucherPayment
CONTROL_NUMBER
 
Fields inherited from interface com.retek.component.customerorder.CustomerOrderPayment
AMOUNT, SET_ORDER, TENDER_TYPE
 
Method Summary
 java.lang.String getMaskedPinNumber()
           
 CustomerOrderStoredValueCardType getType()
           
 void setPinNumber(java.lang.String pinNumber)
           
 void setType(CustomerOrderStoredValueCardType type)
           
 
Methods inherited from interface com.retek.component.customerorder.CustomerOrderVoucherPayment
getControlNumber, setControlNumber
 
Methods inherited from interface com.retek.component.customerorder.CustomerOrderPayment
addSalesAuditExportAmount, allocateSettlement, allocateSettlement, allocateSettlement, authorizeManually, authorizeManually, cancel, finishSettlement, getAccountNumber, getAmount, getAuthorizedAmount, getCurrency, getHistoryEvents, getOrder, getOriginalAuthorizedAmount, getPaymentAuthorizationResponse, getPaymentTransactionType, getRedemptionTenderType, getRefundRecipientAddress, getRefundTenderType, getSalesAuditExportAmount, getSalesAuditPaidInState, getSalesAuditPaidOutState, getSalesAuditTransactionDate, getSettlement, getState, getTenderType, getTransactionTypeCode, getUnauthorizedAmount, hasUnauthorizedAmount, isAmountAdjustable, isAmountAdjustable, isApproved, isCancelable, isCancelled, isCreditPayment, isCreditPaymentForAccommodation, isCreditPaymentForPostSaleAccommodation, isCreditPaymentForPreSaleAccommodation, isDeclined, isFraud, isManuallyApproved, isPhysicalTender, isPreSettled, isReferral, isSettled, isWaitingAuth, isWaitingManualAuth, markCreditPaymentExportedForPaidOut, markCreditPaymentReadyForPaidOutExport, markSalePaymentExportedForPaidIn, markSalePaymentReadyForPaidInExport, setAmount, setCurrency, setPaymentTransactionType, setRefundRecipientAddress, setTransactionTypeCode
 
Methods inherited from interface com.retek.commons.component.DistributedObject
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 
Methods inherited from interface com.retek.component.customerorder.CustomerOrderTransactionItem
getTransactionGroup, getTransactionItemAmount, isCreditForTransactionGroupBalance, isDebitForTransactionGroupBalance, isExchangeSaleLine, isInClosedTransactionGroup, isReplacementSaleLine, notifyTransactionGroupClosed, setTransactionGroup
 

Field Detail

TYPE

public static final java.lang.String TYPE
See Also:
Constant Field Values

MASKED_PIN_NUMBER

public static final java.lang.String MASKED_PIN_NUMBER
See Also:
Constant Field Values
Method Detail

setPinNumber

public void setPinNumber(java.lang.String pinNumber)
                  throws SystemException
Throws:
SystemException

getMaskedPinNumber

public java.lang.String getMaskedPinNumber()
                                    throws SystemException
Throws:
SystemException

setType

public void setType(CustomerOrderStoredValueCardType type)
             throws SystemException
Throws:
SystemException

getType

public CustomerOrderStoredValueCardType getType()
                                         throws SystemException
Throws:
SystemException


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25