|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.json.app.J_SubscriptionSearch
public class J_SubscriptionSearch
Contains information used to search for subscriptions
| Constructor Summary | |
|---|---|
J_SubscriptionSearch()
|
|
| Method Summary | |
|---|---|
java.lang.Boolean |
getActive()
Ignored if null |
int |
getOrderId()
Ignored if negative |
java.lang.String |
getOrderNumber()
Ignored if null |
int |
getProductId()
Ignored if negative |
java.lang.String |
getProductSku()
Ignored if null |
java.util.Calendar |
getStartDateFrom()
Ignored if null |
java.util.Calendar |
getStartDateTo()
Ignored if null |
java.lang.String |
getSubscriptionCode()
Ignored if null |
void |
setActive(java.lang.Boolean _active)
Ignored if null |
void |
setOrderId(int _orderId)
Ignored if negative |
void |
setOrderNumber(java.lang.String _orderNumber)
Ignored if null |
void |
setProductId(int _productId)
Ignored if negative |
void |
setProductSku(java.lang.String _productSku)
Ignored if null |
void |
setStartDateFrom(java.util.Calendar _startDateFrom)
Ignored if null |
void |
setStartDateTo(java.util.Calendar _startDateTo)
Ignored if null |
void |
setSubscriptionCode(java.lang.String _subscriptionCode)
Ignored if null |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public J_SubscriptionSearch()
| Method Detail |
|---|
public java.util.Calendar getStartDateFrom()
public void setStartDateFrom(java.util.Calendar _startDateFrom)
_startDateFrom - the startDateFrom to setpublic java.util.Calendar getStartDateTo()
public void setStartDateTo(java.util.Calendar _startDateTo)
_startDateTo - the startDateTo to setpublic java.lang.Boolean getActive()
public void setActive(java.lang.Boolean _active)
_active - the active to setpublic int getOrderId()
public void setOrderId(int _orderId)
_orderId - the orderId to setpublic java.lang.String getOrderNumber()
public void setOrderNumber(java.lang.String _orderNumber)
_orderNumber - the orderNumber to setpublic int getProductId()
public void setProductId(int _productId)
_productId - the productId to setpublic java.lang.String getProductSku()
public void setProductSku(java.lang.String _productSku)
_productSku - the productSku to setpublic java.lang.String getSubscriptionCode()
public void setSubscriptionCode(java.lang.String _subscriptionCode)
_subscriptionCode - the subscriptionCode to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||