com.konakart.wsapp
Class Products

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

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

See Also:
Serialized Form

Constructor Summary
Products()
           
Products(Category[] categoryFacets, KKFacet[] customFacets, Manufacturer[] manufacturerFacets, Product[] productArray, int totalNumProducts)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Category[] getCategoryFacets()
          Gets the categoryFacets value for this Products.
 KKFacet[] getCustomFacets()
          Gets the customFacets value for this Products.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 Manufacturer[] getManufacturerFacets()
          Gets the manufacturerFacets value for this Products.
 Product[] getProductArray()
          Gets the productArray value for this Products.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getTotalNumProducts()
          Gets the totalNumProducts value for this Products.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCategoryFacets(Category[] categoryFacets)
          Sets the categoryFacets value for this Products.
 void setCustomFacets(KKFacet[] customFacets)
          Sets the customFacets value for this Products.
 void setManufacturerFacets(Manufacturer[] manufacturerFacets)
          Sets the manufacturerFacets value for this Products.
 void setProductArray(Product[] productArray)
          Sets the productArray value for this Products.
 void setTotalNumProducts(int totalNumProducts)
          Sets the totalNumProducts value for this Products.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Products

public Products()

Products

public Products(Category[] categoryFacets,
                KKFacet[] customFacets,
                Manufacturer[] manufacturerFacets,
                Product[] productArray,
                int totalNumProducts)
Method Detail

getCategoryFacets

public Category[] getCategoryFacets()
Gets the categoryFacets value for this Products.

Returns:
categoryFacets

setCategoryFacets

public void setCategoryFacets(Category[] categoryFacets)
Sets the categoryFacets value for this Products.

Parameters:
categoryFacets -

getCustomFacets

public KKFacet[] getCustomFacets()
Gets the customFacets value for this Products.

Returns:
customFacets

setCustomFacets

public void setCustomFacets(KKFacet[] customFacets)
Sets the customFacets value for this Products.

Parameters:
customFacets -

getManufacturerFacets

public Manufacturer[] getManufacturerFacets()
Gets the manufacturerFacets value for this Products.

Returns:
manufacturerFacets

setManufacturerFacets

public void setManufacturerFacets(Manufacturer[] manufacturerFacets)
Sets the manufacturerFacets value for this Products.

Parameters:
manufacturerFacets -

getProductArray

public Product[] getProductArray()
Gets the productArray value for this Products.

Returns:
productArray

setProductArray

public void setProductArray(Product[] productArray)
Sets the productArray value for this Products.

Parameters:
productArray -

getTotalNumProducts

public int getTotalNumProducts()
Gets the totalNumProducts value for this Products.

Returns:
totalNumProducts

setTotalNumProducts

public void setTotalNumProducts(int totalNumProducts)
Sets the totalNumProducts value for this Products.

Parameters:
totalNumProducts -

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.