com.retek.component.customer
Interface StoredValueCardCashout
- All Superinterfaces:
- BusinessObject, DistributedObject
- All Known Implementing Classes:
- StoredValueCardCashoutImpl
- public interface StoredValueCardCashout
- extends DistributedObject
Methods inherited from interface com.retek.commons.component.DistributedObject |
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh |
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 © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28