com.retek.component.salesaudit
Class SaeStoreDayKey

java.lang.Object
  extended bycom.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

Constructor Summary
SaeStoreDayKey(Store store, RDate transactionDate)
           
 
Method Summary
 int compareTo(java.lang.Object o)
           
 boolean equals(java.lang.Object obj)
           
 DistributedReference getStoreRef()
           
 RDate getTransactionDate()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SaeStoreDayKey

public SaeStoreDayKey(Store store,
                      RDate transactionDate)
Method Detail

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