com.retek.component.customer.impl
Class StoredValueCardCashoutImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.BusinessObjectImpl
      extended bycom.retek.commons.component.impl.DistributedObjectImpl
          extended bycom.retek.component.customer.impl.StoredValueCardCashoutImpl
All Implemented Interfaces:
BusinessObject, DistributedObject, StoredValueCardCashout

public class StoredValueCardCashoutImpl
extends DistributedObjectImpl
implements StoredValueCardCashout


Nested Class Summary
 
Nested classes inherited from class com.retek.commons.component.impl.DistributedObjectImpl
DistributedObjectImpl.DtoBurgular
 
Field Summary
 
Fields inherited from class com.retek.commons.component.impl.BusinessObjectImpl
context
 
Constructor Summary
StoredValueCardCashoutImpl(DistributedContext context, DistributedReference ref)
           
StoredValueCardCashoutImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
 
Method Summary
 Banner getBanner()
           
 Money getCashoutAmount()
           
 RDate getCashoutDate()
           
 Customer getCustomer()
           
 StoredValueCardCashoutDto getDto()
           
 ExportState getSalesAuditExportState()
           
 RDate getSalesAuditTransactionDate()
           
 Store getStore()
           
 java.lang.String getStoredValueCardAccountNumber()
           
protected  Dto readLatest()
           
 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 class com.retek.commons.component.impl.DistributedObjectImpl
attributesToString, createEmptyDto, debugToString, discardChanges, discardChangesShallow, equals, getGenericDto, getId, getReference, getReference, getVersion, hashCode, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isHollow, isPersisted, markAllDeleted, refresh, toString, wrap, wrap, wrap, wrap
 
Methods inherited from class com.retek.commons.component.impl.BusinessObjectImpl
checkRelation, checkRelation, getBusinessInterface, getContext
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

StoredValueCardCashoutImpl

public StoredValueCardCashoutImpl(DistributedContext context,
                                  DistributedReference reference,
                                  boolean createHollow)
                           throws SystemException

StoredValueCardCashoutImpl

public StoredValueCardCashoutImpl(DistributedContext context,
                                  DistributedReference ref)
                           throws SystemException
Method Detail

getDto

public StoredValueCardCashoutDto getDto()
                                 throws SystemException
Throws:
SystemException

readLatest

protected Dto readLatest()
                  throws SystemException
Overrides:
readLatest in class DistributedObjectImpl
Throws:
SystemException

getSalesAuditExportState

public ExportState getSalesAuditExportState()
                                     throws SystemException
Specified by:
getSalesAuditExportState in interface StoredValueCardCashout
Throws:
SystemException

setSalesAuditExportState

public void setSalesAuditExportState(ExportState exportState)
                              throws SystemException
Specified by:
setSalesAuditExportState in interface StoredValueCardCashout
Throws:
SystemException

getSalesAuditTransactionDate

public RDate getSalesAuditTransactionDate()
                                   throws SystemException
Specified by:
getSalesAuditTransactionDate in interface StoredValueCardCashout
Throws:
SystemException

setSalesAuditTransactionDate

public void setSalesAuditTransactionDate(RDate salesAuditTransactionDate)
                                  throws SystemException
Specified by:
setSalesAuditTransactionDate in interface StoredValueCardCashout
Throws:
SystemException

getCashoutAmount

public Money getCashoutAmount()
                       throws SystemException
Specified by:
getCashoutAmount in interface StoredValueCardCashout
Throws:
SystemException

getBanner

public Banner getBanner()
                 throws SystemException
Specified by:
getBanner in interface StoredValueCardCashout
Throws:
SystemException

getStoredValueCardAccountNumber

public java.lang.String getStoredValueCardAccountNumber()
                                                 throws SystemException
Specified by:
getStoredValueCardAccountNumber in interface StoredValueCardCashout
Throws:
SystemException

setBanner

public void setBanner(Banner banner)
               throws SystemException,
                      BusinessException
Specified by:
setBanner in interface StoredValueCardCashout
Throws:
SystemException
BusinessException

setCashoutAmount

public void setCashoutAmount(Money money)
                      throws SystemException
Specified by:
setCashoutAmount in interface StoredValueCardCashout
Throws:
SystemException

setStoredValueCardAccountNumber

public void setStoredValueCardAccountNumber(java.lang.String accountNumber)
                                     throws SystemException
Specified by:
setStoredValueCardAccountNumber in interface StoredValueCardCashout
Throws:
SystemException

getCashoutDate

public RDate getCashoutDate()
                     throws SystemException
Specified by:
getCashoutDate in interface StoredValueCardCashout
Throws:
SystemException

setCashoutDate

public void setCashoutDate(RDate date)
                    throws SystemException
Specified by:
setCashoutDate in interface StoredValueCardCashout
Throws:
SystemException

submit

public void submit()
            throws SystemException
Specified by:
submit in interface StoredValueCardCashout
Throws:
SystemException

getStore

public Store getStore()
               throws SystemException
Specified by:
getStore in interface StoredValueCardCashout
Throws:
SystemException

getCustomer

public Customer getCustomer()
                     throws SystemException
Specified by:
getCustomer in interface StoredValueCardCashout
Throws:
SystemException

setCustomer

public void setCustomer(Customer customer)
                 throws SystemException
Specified by:
setCustomer in interface StoredValueCardCashout
Throws:
SystemException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28