com.konakart.wsapp
Class TagGroup

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

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

See Also:
Serialized Form

Constructor Summary
TagGroup()
           
TagGroup(java.lang.String description, java.lang.String facetConstraint, int facetNumber, int id, int languageId, java.lang.String name, Tag[] tags)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDescription()
          Gets the description value for this TagGroup.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getFacetConstraint()
          Gets the facetConstraint value for this TagGroup.
 int getFacetNumber()
          Gets the facetNumber value for this TagGroup.
 int getId()
          Gets the id value for this TagGroup.
 int getLanguageId()
          Gets the languageId value for this TagGroup.
 java.lang.String getName()
          Gets the name value for this TagGroup.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 Tag[] getTags()
          Gets the tags value for this TagGroup.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDescription(java.lang.String description)
          Sets the description value for this TagGroup.
 void setFacetConstraint(java.lang.String facetConstraint)
          Sets the facetConstraint value for this TagGroup.
 void setFacetNumber(int facetNumber)
          Sets the facetNumber value for this TagGroup.
 void setId(int id)
          Sets the id value for this TagGroup.
 void setLanguageId(int languageId)
          Sets the languageId value for this TagGroup.
 void setName(java.lang.String name)
          Sets the name value for this TagGroup.
 void setTags(Tag[] tags)
          Sets the tags value for this TagGroup.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagGroup

public TagGroup()

TagGroup

public TagGroup(java.lang.String description,
                java.lang.String facetConstraint,
                int facetNumber,
                int id,
                int languageId,
                java.lang.String name,
                Tag[] tags)
Method Detail

getDescription

public java.lang.String getDescription()
Gets the description value for this TagGroup.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this TagGroup.

Parameters:
description -

getFacetConstraint

public java.lang.String getFacetConstraint()
Gets the facetConstraint value for this TagGroup.

Returns:
facetConstraint

setFacetConstraint

public void setFacetConstraint(java.lang.String facetConstraint)
Sets the facetConstraint value for this TagGroup.

Parameters:
facetConstraint -

getFacetNumber

public int getFacetNumber()
Gets the facetNumber value for this TagGroup.

Returns:
facetNumber

setFacetNumber

public void setFacetNumber(int facetNumber)
Sets the facetNumber value for this TagGroup.

Parameters:
facetNumber -

getId

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

Returns:
id

setId

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

Parameters:
id -

getLanguageId

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

Returns:
languageId

setLanguageId

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

Parameters:
languageId -

getName

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

Returns:
name

setName

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

Parameters:
name -

getTags

public Tag[] getTags()
Gets the tags value for this TagGroup.

Returns:
tags

setTags

public void setTags(Tag[] tags)
Sets the tags value for this TagGroup.

Parameters:
tags -

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.