com.konakart.json.app
Class J_SubscriptionSearch

java.lang.Object
  extended by com.konakart.json.app.J_SubscriptionSearch
All Implemented Interfaces:
java.io.Serializable

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

Contains information used to search for subscriptions

See Also:
Serialized Form

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

J_SubscriptionSearch

public J_SubscriptionSearch()
Method Detail

getStartDateFrom

public java.util.Calendar getStartDateFrom()
Ignored if null

Returns:
the startDateFrom

setStartDateFrom

public void setStartDateFrom(java.util.Calendar _startDateFrom)
Ignored if null

Parameters:
_startDateFrom - the startDateFrom to set

getStartDateTo

public java.util.Calendar getStartDateTo()
Ignored if null

Returns:
the startDateTo

setStartDateTo

public void setStartDateTo(java.util.Calendar _startDateTo)
Ignored if null

Parameters:
_startDateTo - the startDateTo to set

getActive

public java.lang.Boolean getActive()
Ignored if null

Returns:
the active

setActive

public void setActive(java.lang.Boolean _active)
Ignored if null

Parameters:
_active - the active to set

getOrderId

public int getOrderId()
Ignored if negative

Returns:
the orderId

setOrderId

public void setOrderId(int _orderId)
Ignored if negative

Parameters:
_orderId - the orderId to set

getOrderNumber

public java.lang.String getOrderNumber()
Ignored if null

Returns:
the orderNumber

setOrderNumber

public void setOrderNumber(java.lang.String _orderNumber)
Ignored if null

Parameters:
_orderNumber - the orderNumber to set

getProductId

public int getProductId()
Ignored if negative

Returns:
the productId

setProductId

public void setProductId(int _productId)
Ignored if negative

Parameters:
_productId - the productId to set

getProductSku

public java.lang.String getProductSku()
Ignored if null

Returns:
the productSku

setProductSku

public void setProductSku(java.lang.String _productSku)
Ignored if null

Parameters:
_productSku - the productSku to set

getSubscriptionCode

public java.lang.String getSubscriptionCode()
Ignored if null

Returns:
the subscriptionCode

setSubscriptionCode

public void setSubscriptionCode(java.lang.String _subscriptionCode)
Ignored if null

Parameters:
_subscriptionCode - the subscriptionCode to set


Copyright © 2011 DS Data Systems UK Ltd.