com.retek.component.salesaudit
Class SaeStoreDayTransactions

java.lang.Object
  extended bycom.retek.component.salesaudit.SaeStoreDayTransactions
All Implemented Interfaces:
java.io.Serializable

public class SaeStoreDayTransactions
extends java.lang.Object
implements java.io.Serializable

Class which encapsulates data and behavior for managing a set of sales audit transaction headers for a given store/day.

See Also:
Serialized Form

Constructor Summary
SaeStoreDayTransactions(SaeStoreDay saeStoreDay)
           
 
Method Summary
 void addTransactionHeader(SaeStoreTransactionHeader transactionHeader)
           
 SaeStoreDay getSaeStoreDay()
           
 Store getStore()
           
 RDate getTransactionDate()
           
 java.util.List getTransactionHeaders()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SaeStoreDayTransactions

public SaeStoreDayTransactions(SaeStoreDay saeStoreDay)
Method Detail

getTransactionHeaders

public java.util.List getTransactionHeaders()

addTransactionHeader

public void addTransactionHeader(SaeStoreTransactionHeader transactionHeader)
                          throws SystemException
Throws:
SystemException

getSaeStoreDay

public SaeStoreDay getSaeStoreDay()
                           throws SystemException
Throws:
SystemException

getStore

public Store getStore()
               throws SystemException
Throws:
SystemException

getTransactionDate

public RDate getTransactionDate()
                         throws SystemException
Throws:
SystemException

toString

public java.lang.String toString()


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