com.konakart.wsapp
Class MiscItem

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

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

See Also:
Serialized Form

Constructor Summary
MiscItem()
           
MiscItem(java.lang.String custom1, java.lang.String custom2, java.lang.String custom3, java.util.Calendar dateAdded, int id, java.lang.String itemValue, int objId, java.lang.String type, java.lang.String typeDescription, int typeId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCustom1()
          Gets the custom1 value for this MiscItem.
 java.lang.String getCustom2()
          Gets the custom2 value for this MiscItem.
 java.lang.String getCustom3()
          Gets the custom3 value for this MiscItem.
 java.util.Calendar getDateAdded()
          Gets the dateAdded value for this MiscItem.
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 MiscItem.
 java.lang.String getItemValue()
          Gets the itemValue value for this MiscItem.
 int getObjId()
          Gets the objId value for this MiscItem.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getType()
          Gets the type value for this MiscItem.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getTypeDescription()
          Gets the typeDescription value for this MiscItem.
 int getTypeId()
          Gets the typeId value for this MiscItem.
 int hashCode()
           
 void setCustom1(java.lang.String custom1)
          Sets the custom1 value for this MiscItem.
 void setCustom2(java.lang.String custom2)
          Sets the custom2 value for this MiscItem.
 void setCustom3(java.lang.String custom3)
          Sets the custom3 value for this MiscItem.
 void setDateAdded(java.util.Calendar dateAdded)
          Sets the dateAdded value for this MiscItem.
 void setId(int id)
          Sets the id value for this MiscItem.
 void setItemValue(java.lang.String itemValue)
          Sets the itemValue value for this MiscItem.
 void setObjId(int objId)
          Sets the objId value for this MiscItem.
 void setType(java.lang.String type)
          Sets the type value for this MiscItem.
 void setTypeDescription(java.lang.String typeDescription)
          Sets the typeDescription value for this MiscItem.
 void setTypeId(int typeId)
          Sets the typeId value for this MiscItem.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MiscItem

public MiscItem()

MiscItem

public MiscItem(java.lang.String custom1,
                java.lang.String custom2,
                java.lang.String custom3,
                java.util.Calendar dateAdded,
                int id,
                java.lang.String itemValue,
                int objId,
                java.lang.String type,
                java.lang.String typeDescription,
                int typeId)
Method Detail

getCustom1

public java.lang.String getCustom1()
Gets the custom1 value for this MiscItem.

Returns:
custom1

setCustom1

public void setCustom1(java.lang.String custom1)
Sets the custom1 value for this MiscItem.

Parameters:
custom1 -

getCustom2

public java.lang.String getCustom2()
Gets the custom2 value for this MiscItem.

Returns:
custom2

setCustom2

public void setCustom2(java.lang.String custom2)
Sets the custom2 value for this MiscItem.

Parameters:
custom2 -

getCustom3

public java.lang.String getCustom3()
Gets the custom3 value for this MiscItem.

Returns:
custom3

setCustom3

public void setCustom3(java.lang.String custom3)
Sets the custom3 value for this MiscItem.

Parameters:
custom3 -

getDateAdded

public java.util.Calendar getDateAdded()
Gets the dateAdded value for this MiscItem.

Returns:
dateAdded

setDateAdded

public void setDateAdded(java.util.Calendar dateAdded)
Sets the dateAdded value for this MiscItem.

Parameters:
dateAdded -

getId

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

Returns:
id

setId

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

Parameters:
id -

getItemValue

public java.lang.String getItemValue()
Gets the itemValue value for this MiscItem.

Returns:
itemValue

setItemValue

public void setItemValue(java.lang.String itemValue)
Sets the itemValue value for this MiscItem.

Parameters:
itemValue -

getObjId

public int getObjId()
Gets the objId value for this MiscItem.

Returns:
objId

setObjId

public void setObjId(int objId)
Sets the objId value for this MiscItem.

Parameters:
objId -

getType

public java.lang.String getType()
Gets the type value for this MiscItem.

Returns:
type

setType

public void setType(java.lang.String type)
Sets the type value for this MiscItem.

Parameters:
type -

getTypeDescription

public java.lang.String getTypeDescription()
Gets the typeDescription value for this MiscItem.

Returns:
typeDescription

setTypeDescription

public void setTypeDescription(java.lang.String typeDescription)
Sets the typeDescription value for this MiscItem.

Parameters:
typeDescription -

getTypeId

public int getTypeId()
Gets the typeId value for this MiscItem.

Returns:
typeId

setTypeId

public void setTypeId(int typeId)
Sets the typeId value for this MiscItem.

Parameters:
typeId -

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.