com.konakart.rmi.app
Class S_OrderSearch

java.lang.Object
  extended by com.konakart.rmi.app.S_OrderSearch
All Implemented Interfaces:
java.io.Serializable

public class S_OrderSearch
extends java.lang.Object
implements java.io.Serializable

Contains information used to search for orders

See Also:
Serialized Form

Constructor Summary
S_OrderSearch()
           
 
Method Summary
 java.lang.String getAffiliateId()
          Identifier of the affiliate partner
 int getAffiliateIdRule()
          The rule for the search.
 java.lang.String getCreator()
          Identifier of the administrator who created the order
 int getCreatorRule()
          The rule for the search.
 java.util.Calendar getDateAddedFrom()
           
 java.util.Calendar getDateAddedTo()
           
 int[] getIncludeStatusIds()
          Only return orders with status id equal to one of the integers in the array
 void setAffiliateId(java.lang.String _affiliateId)
          Identifier of the affiliate partner
 void setAffiliateIdRule(int _affiliateIdRule)
          The rule for the search.
 void setCreator(java.lang.String _creator)
          Identifier of the administrator who created the order
 void setCreatorRule(int _creatorRule)
          The rule for the search.
 void setDateAddedFrom(java.util.Calendar _dateAddedFrom)
           
 void setDateAddedTo(java.util.Calendar _dateAddedTo)
           
 void setIncludeStatusIds(int[] _includeStatusIds)
          Only return orders with status id equal to one of the integers in the array
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

S_OrderSearch

public S_OrderSearch()
Method Detail

getDateAddedFrom

public java.util.Calendar getDateAddedFrom()
Returns:
the dateAddedFrom

setDateAddedFrom

public void setDateAddedFrom(java.util.Calendar _dateAddedFrom)
Parameters:
_dateAddedFrom - the dateAddedFrom to set

getDateAddedTo

public java.util.Calendar getDateAddedTo()
Returns:
the dateAddedTo

setDateAddedTo

public void setDateAddedTo(java.util.Calendar _dateAddedTo)
Parameters:
_dateAddedTo - the dateAddedTo to set

getIncludeStatusIds

public int[] getIncludeStatusIds()
Only return orders with status id equal to one of the integers in the array

Returns:
the includeStatusIds

setIncludeStatusIds

public void setIncludeStatusIds(int[] _includeStatusIds)
Only return orders with status id equal to one of the integers in the array

Parameters:
_includeStatusIds - the includeStatusIds to set

getCreator

public java.lang.String getCreator()
Identifier of the administrator who created the order

Returns:
the creator

setCreator

public void setCreator(java.lang.String _creator)
Identifier of the administrator who created the order

Parameters:
_creator - the creator to set

getCreatorRule

public int getCreatorRule()
The rule for the search. Valid values are:

Returns:
the creatorRule

setCreatorRule

public void setCreatorRule(int _creatorRule)
The rule for the search. Valid values are:

Parameters:
_creatorRule - the creatorRule to set

getAffiliateId

public java.lang.String getAffiliateId()
Identifier of the affiliate partner

Returns:
the affiliateId

setAffiliateId

public void setAffiliateId(java.lang.String _affiliateId)
Identifier of the affiliate partner

Parameters:
_affiliateId - the affiliateId to set

getAffiliateIdRule

public int getAffiliateIdRule()
The rule for the search. Valid values are:

Returns:
the affiliateIdRule

setAffiliateIdRule

public void setAffiliateIdRule(int _affiliateIdRule)
The rule for the search. Valid values are:

Parameters:
_affiliateIdRule - the affiliateIdRule to set


Copyright © 2011 DS Data Systems UK Ltd.