com.konakart.wsapp
Class SubscriptionSearch

java.lang.Object
  extended by com.konakart.wsapp.SubscriptionSearch
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
SubscriptionSearch()
           
SubscriptionSearch(java.lang.Boolean active, int orderId, java.lang.String orderNumber, int productId, java.lang.String productSku, java.util.Calendar startDateFrom, java.util.Calendar startDateTo, java.lang.String subscriptionCode)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Boolean getActive()
          Gets the active value for this SubscriptionSearch.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getOrderId()
          Gets the orderId value for this SubscriptionSearch.
 java.lang.String getOrderNumber()
          Gets the orderNumber value for this SubscriptionSearch.
 int getProductId()
          Gets the productId value for this SubscriptionSearch.
 java.lang.String getProductSku()
          Gets the productSku value for this SubscriptionSearch.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.util.Calendar getStartDateFrom()
          Gets the startDateFrom value for this SubscriptionSearch.
 java.util.Calendar getStartDateTo()
          Gets the startDateTo value for this SubscriptionSearch.
 java.lang.String getSubscriptionCode()
          Gets the subscriptionCode value for this SubscriptionSearch.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setActive(java.lang.Boolean active)
          Sets the active value for this SubscriptionSearch.
 void setOrderId(int orderId)
          Sets the orderId value for this SubscriptionSearch.
 void setOrderNumber(java.lang.String orderNumber)
          Sets the orderNumber value for this SubscriptionSearch.
 void setProductId(int productId)
          Sets the productId value for this SubscriptionSearch.
 void setProductSku(java.lang.String productSku)
          Sets the productSku value for this SubscriptionSearch.
 void setStartDateFrom(java.util.Calendar startDateFrom)
          Sets the startDateFrom value for this SubscriptionSearch.
 void setStartDateTo(java.util.Calendar startDateTo)
          Sets the startDateTo value for this SubscriptionSearch.
 void setSubscriptionCode(java.lang.String subscriptionCode)
          Sets the subscriptionCode value for this SubscriptionSearch.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubscriptionSearch

public SubscriptionSearch()

SubscriptionSearch

public SubscriptionSearch(java.lang.Boolean active,
                          int orderId,
                          java.lang.String orderNumber,
                          int productId,
                          java.lang.String productSku,
                          java.util.Calendar startDateFrom,
                          java.util.Calendar startDateTo,
                          java.lang.String subscriptionCode)
Method Detail

getActive

public java.lang.Boolean getActive()
Gets the active value for this SubscriptionSearch.

Returns:
active

setActive

public void setActive(java.lang.Boolean active)
Sets the active value for this SubscriptionSearch.

Parameters:
active -

getOrderId

public int getOrderId()
Gets the orderId value for this SubscriptionSearch.

Returns:
orderId

setOrderId

public void setOrderId(int orderId)
Sets the orderId value for this SubscriptionSearch.

Parameters:
orderId -

getOrderNumber

public java.lang.String getOrderNumber()
Gets the orderNumber value for this SubscriptionSearch.

Returns:
orderNumber

setOrderNumber

public void setOrderNumber(java.lang.String orderNumber)
Sets the orderNumber value for this SubscriptionSearch.

Parameters:
orderNumber -

getProductId

public int getProductId()
Gets the productId value for this SubscriptionSearch.

Returns:
productId

setProductId

public void setProductId(int productId)
Sets the productId value for this SubscriptionSearch.

Parameters:
productId -

getProductSku

public java.lang.String getProductSku()
Gets the productSku value for this SubscriptionSearch.

Returns:
productSku

setProductSku

public void setProductSku(java.lang.String productSku)
Sets the productSku value for this SubscriptionSearch.

Parameters:
productSku -

getStartDateFrom

public java.util.Calendar getStartDateFrom()
Gets the startDateFrom value for this SubscriptionSearch.

Returns:
startDateFrom

setStartDateFrom

public void setStartDateFrom(java.util.Calendar startDateFrom)
Sets the startDateFrom value for this SubscriptionSearch.

Parameters:
startDateFrom -

getStartDateTo

public java.util.Calendar getStartDateTo()
Gets the startDateTo value for this SubscriptionSearch.

Returns:
startDateTo

setStartDateTo

public void setStartDateTo(java.util.Calendar startDateTo)
Sets the startDateTo value for this SubscriptionSearch.

Parameters:
startDateTo -

getSubscriptionCode

public java.lang.String getSubscriptionCode()
Gets the subscriptionCode value for this SubscriptionSearch.

Returns:
subscriptionCode

setSubscriptionCode

public void setSubscriptionCode(java.lang.String subscriptionCode)
Sets the subscriptionCode value for this SubscriptionSearch.

Parameters:
subscriptionCode -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2011 DS Data Systems UK Ltd.