|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.rmi.app.S_OrderSearch
public class S_OrderSearch
Contains information used to search for orders
| 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 |
|---|
public S_OrderSearch()
| Method Detail |
|---|
public java.util.Calendar getDateAddedFrom()
public void setDateAddedFrom(java.util.Calendar _dateAddedFrom)
_dateAddedFrom - the dateAddedFrom to setpublic java.util.Calendar getDateAddedTo()
public void setDateAddedTo(java.util.Calendar _dateAddedTo)
_dateAddedTo - the dateAddedTo to setpublic int[] getIncludeStatusIds()
public void setIncludeStatusIds(int[] _includeStatusIds)
_includeStatusIds - the includeStatusIds to setpublic java.lang.String getCreator()
public void setCreator(java.lang.String _creator)
_creator - the creator to setpublic int getCreatorRule()
public void setCreatorRule(int _creatorRule)
_creatorRule - the creatorRule to setpublic java.lang.String getAffiliateId()
public void setAffiliateId(java.lang.String _affiliateId)
_affiliateId - the affiliateId to setpublic int getAffiliateIdRule()
public void setAffiliateIdRule(int _affiliateIdRule)
_affiliateIdRule - the affiliateIdRule to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||