com.retek.component.internet
Class ExAHistoryEventSearchCriteria

java.lang.Object
  extended bycom.retek.component.internet.ExAHistoryEventSearchCriteria

public class ExAHistoryEventSearchCriteria
extends java.lang.Object

This class presents history event search criteria for the external API.

Search criteria can be viewed as a filter that, with more specific data, returns fewer results. The most specific, and most efficient, search begins with a specific customer number.

Retek Inc. Copyright (c) 2003


Field Summary
static ExAHistoryEventSearchCriteria EMPTY_CRITERIA
           
 
Constructor Summary
ExAHistoryEventSearchCriteria()
           
 
Method Summary
 java.lang.String getCustomerNumber()
           
 java.lang.String getOrderNumber()
           
 java.lang.String getVisibility()
           
 void setCustomerNumber(java.lang.String customerNumber)
           
 void setOrderNumber(java.lang.String orderNumber)
           
 void setVisibility(java.lang.String visibility)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

EMPTY_CRITERIA

public static final ExAHistoryEventSearchCriteria EMPTY_CRITERIA
Constructor Detail

ExAHistoryEventSearchCriteria

public ExAHistoryEventSearchCriteria()
Method Detail

getCustomerNumber

public java.lang.String getCustomerNumber()

getOrderNumber

public java.lang.String getOrderNumber()

getVisibility

public java.lang.String getVisibility()

setCustomerNumber

public void setCustomerNumber(java.lang.String customerNumber)

setOrderNumber

public void setOrderNumber(java.lang.String orderNumber)

setVisibility

public void setVisibility(java.lang.String visibility)

toString

public java.lang.String toString()


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