com.retek.component.salesaudit
Class SaeStoreDayTransactions
java.lang.Object
com.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SaeStoreDayTransactions
public SaeStoreDayTransactions(SaeStoreDay saeStoreDay)
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