com.konakart.wsapp
Class Language

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

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

See Also:
Serialized Form

Constructor Summary
Language()
           
Language(java.lang.String code, int dataLanguageId, java.lang.String directory, boolean displayOnly, int id, java.lang.String image, java.lang.String locale, java.lang.String name, int sortOrder)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCode()
          Gets the code value for this Language.
 int getDataLanguageId()
          Gets the dataLanguageId value for this Language.
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 getDirectory()
          Gets the directory value for this Language.
 int getId()
          Gets the id value for this Language.
 java.lang.String getImage()
          Gets the image value for this Language.
 java.lang.String getLocale()
          Gets the locale value for this Language.
 java.lang.String getName()
          Gets the name value for this Language.
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 Language.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isDisplayOnly()
          Gets the displayOnly value for this Language.
 void setCode(java.lang.String code)
          Sets the code value for this Language.
 void setDataLanguageId(int dataLanguageId)
          Sets the dataLanguageId value for this Language.
 void setDirectory(java.lang.String directory)
          Sets the directory value for this Language.
 void setDisplayOnly(boolean displayOnly)
          Sets the displayOnly value for this Language.
 void setId(int id)
          Sets the id value for this Language.
 void setImage(java.lang.String image)
          Sets the image value for this Language.
 void setLocale(java.lang.String locale)
          Sets the locale value for this Language.
 void setName(java.lang.String name)
          Sets the name value for this Language.
 void setSortOrder(int sortOrder)
          Sets the sortOrder value for this Language.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Language

public Language()

Language

public Language(java.lang.String code,
                int dataLanguageId,
                java.lang.String directory,
                boolean displayOnly,
                int id,
                java.lang.String image,
                java.lang.String locale,
                java.lang.String name,
                int sortOrder)
Method Detail

getCode

public java.lang.String getCode()
Gets the code value for this Language.

Returns:
code

setCode

public void setCode(java.lang.String code)
Sets the code value for this Language.

Parameters:
code -

getDataLanguageId

public int getDataLanguageId()
Gets the dataLanguageId value for this Language.

Returns:
dataLanguageId

setDataLanguageId

public void setDataLanguageId(int dataLanguageId)
Sets the dataLanguageId value for this Language.

Parameters:
dataLanguageId -

getDirectory

public java.lang.String getDirectory()
Gets the directory value for this Language.

Returns:
directory

setDirectory

public void setDirectory(java.lang.String directory)
Sets the directory value for this Language.

Parameters:
directory -

isDisplayOnly

public boolean isDisplayOnly()
Gets the displayOnly value for this Language.

Returns:
displayOnly

setDisplayOnly

public void setDisplayOnly(boolean displayOnly)
Sets the displayOnly value for this Language.

Parameters:
displayOnly -

getId

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

Returns:
id

setId

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

Parameters:
id -

getImage

public java.lang.String getImage()
Gets the image value for this Language.

Returns:
image

setImage

public void setImage(java.lang.String image)
Sets the image value for this Language.

Parameters:
image -

getLocale

public java.lang.String getLocale()
Gets the locale value for this Language.

Returns:
locale

setLocale

public void setLocale(java.lang.String locale)
Sets the locale value for this Language.

Parameters:
locale -

getName

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

Returns:
name

setName

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

Parameters:
name -

getSortOrder

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

Returns:
sortOrder

setSortOrder

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

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.