com.retek.component.salesaudit
Class SaeStoreDayKey
java.lang.Object
com.retek.component.salesaudit.SaeStoreDayKey
- All Implemented Interfaces:
- java.lang.Comparable, java.io.Serializable
- public final class SaeStoreDayKey
- extends java.lang.Object
- implements java.io.Serializable, java.lang.Comparable
Class which encapsulates data and behavior for a sales audit
store/day key. This is a utility class that can be used for
organizing entities (ex. transactions) by store/day.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
SaeStoreDayKey
public SaeStoreDayKey(Store store,
RDate transactionDate)
getStoreRef
public DistributedReference getStoreRef()
throws SystemException
- Throws:
SystemException
getTransactionDate
public RDate getTransactionDate()
equals
public boolean equals(java.lang.Object obj)
hashCode
public int hashCode()
toString
public java.lang.String toString()
compareTo
public int compareTo(java.lang.Object o)
- Specified by:
compareTo
in interface java.lang.Comparable
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25