com.retek.component.customer
Interface StoredValueCardCashout

All Superinterfaces:
BusinessObject, DistributedObject

public interface StoredValueCardCashout
extends DistributedObject


Method Summary
 Banner getBanner()
           
 Money getCashoutAmount()
           
 RDate getCashoutDate()
           
 Customer getCustomer()
           
 ExportState getSalesAuditExportState()
           
 RDate getSalesAuditTransactionDate()
           
 Store getStore()
           
 java.lang.String getStoredValueCardAccountNumber()
           
 void setBanner(Banner banner)
           
 void setCashoutAmount(Money money)
           
 void setCashoutDate(RDate date)
           
 void setCustomer(Customer customer)
           
 void setSalesAuditExportState(ExportState exportState)
           
 void setSalesAuditTransactionDate(RDate salesAuditTransactionDate)
           
 void setStoredValueCardAccountNumber(java.lang.String accountNumber)
           
 void submit()
           
 
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
 

Method Detail

getBanner

public Banner getBanner()
                 throws SystemException
Throws:
SystemException

getCashoutAmount

public Money getCashoutAmount()
                       throws SystemException
Throws:
SystemException

getStoredValueCardAccountNumber

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

getCashoutDate

public RDate getCashoutDate()
                     throws SystemException
Throws:
SystemException

getStore

public Store getStore()
               throws SystemException
Throws:
SystemException

getCustomer

public Customer getCustomer()
                     throws SystemException
Throws:
SystemException

setBanner

public void setBanner(Banner banner)
               throws BusinessException,
                      SystemException
Throws:
BusinessException
SystemException

setCashoutAmount

public void setCashoutAmount(Money money)
                      throws SystemException
Throws:
SystemException

setStoredValueCardAccountNumber

public void setStoredValueCardAccountNumber(java.lang.String accountNumber)
                                     throws SystemException
Throws:
SystemException

setCashoutDate

public void setCashoutDate(RDate date)
                    throws SystemException
Throws:
SystemException

setCustomer

public void setCustomer(Customer customer)
                 throws SystemException
Throws:
SystemException

getSalesAuditExportState

public ExportState getSalesAuditExportState()
                                     throws SystemException
Throws:
SystemException

setSalesAuditExportState

public void setSalesAuditExportState(ExportState exportState)
                              throws SystemException
Throws:
SystemException

getSalesAuditTransactionDate

public RDate getSalesAuditTransactionDate()
                                   throws SystemException
Throws:
SystemException

setSalesAuditTransactionDate

public void setSalesAuditTransactionDate(RDate salesAuditTransactionDate)
                                  throws SystemException
Throws:
SystemException

submit

public void submit()
            throws SystemException
Throws:
SystemException


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