|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakart.wsapp.Products
public class Products
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 |
---|
public Products()
public Products(Category[] categoryFacets, KKFacet[] customFacets, Manufacturer[] manufacturerFacets, Product[] productArray, int totalNumProducts)
Method Detail |
---|
public Category[] getCategoryFacets()
public void setCategoryFacets(Category[] categoryFacets)
categoryFacets
- public KKFacet[] getCustomFacets()
public void setCustomFacets(KKFacet[] customFacets)
customFacets
- public Manufacturer[] getManufacturerFacets()
public void setManufacturerFacets(Manufacturer[] manufacturerFacets)
manufacturerFacets
- public Product[] getProductArray()
public void setProductArray(Product[] productArray)
productArray
- public int getTotalNumProducts()
public void setTotalNumProducts(int totalNumProducts)
totalNumProducts
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |