com.konakart.wsapp
Class Tag

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

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

See Also:
Serialized Form

Constructor Summary
Tag()
           
Tag(int id, int languageId, java.lang.String name, int numProducts, boolean selected, int sortOrder)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getId()
          Gets the id value for this Tag.
 int getLanguageId()
          Gets the languageId value for this Tag.
 java.lang.String getName()
          Gets the name value for this Tag.
 int getNumProducts()
          Gets the numProducts value for this Tag.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getSortOrder()
          Gets the sortOrder value for this Tag.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isSelected()
          Gets the selected value for this Tag.
 void setId(int id)
          Sets the id value for this Tag.
 void setLanguageId(int languageId)
          Sets the languageId value for this Tag.
 void setName(java.lang.String name)
          Sets the name value for this Tag.
 void setNumProducts(int numProducts)
          Sets the numProducts value for this Tag.
 void setSelected(boolean selected)
          Sets the selected value for this Tag.
 void setSortOrder(int sortOrder)
          Sets the sortOrder value for this Tag.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tag

public Tag()

Tag

public Tag(int id,
           int languageId,
           java.lang.String name,
           int numProducts,
           boolean selected,
           int sortOrder)
Method Detail

getId

public int getId()
Gets the id value for this Tag.

Returns:
id

setId

public void setId(int id)
Sets the id value for this Tag.

Parameters:
id -

getLanguageId

public int getLanguageId()
Gets the languageId value for this Tag.

Returns:
languageId

setLanguageId

public void setLanguageId(int languageId)
Sets the languageId value for this Tag.

Parameters:
languageId -

getName

public java.lang.String getName()
Gets the name value for this Tag.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this Tag.

Parameters:
name -

getNumProducts

public int getNumProducts()
Gets the numProducts value for this Tag.

Returns:
numProducts

setNumProducts

public void setNumProducts(int numProducts)
Sets the numProducts value for this Tag.

Parameters:
numProducts -

isSelected

public boolean isSelected()
Gets the selected value for this Tag.

Returns:
selected

setSelected

public void setSelected(boolean selected)
Sets the selected value for this Tag.

Parameters:
selected -

getSortOrder

public int getSortOrder()
Gets the sortOrder value for this Tag.

Returns:
sortOrder

setSortOrder

public void setSortOrder(int sortOrder)
Sets the sortOrder value for this Tag.

Parameters:
sortOrder -

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.