com.retek.component.internet
Class ExAHistoryEventSearchCriteria
java.lang.Object
com.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EMPTY_CRITERIA
public static final ExAHistoryEventSearchCriteria EMPTY_CRITERIA
ExAHistoryEventSearchCriteria
public ExAHistoryEventSearchCriteria()
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