|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakart.wsapp.MiscItem
public class MiscItem
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 |
---|
public 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 |
---|
public java.lang.String getCustom1()
public void setCustom1(java.lang.String custom1)
custom1
- public java.lang.String getCustom2()
public void setCustom2(java.lang.String custom2)
custom2
- public java.lang.String getCustom3()
public void setCustom3(java.lang.String custom3)
custom3
- public java.util.Calendar getDateAdded()
public void setDateAdded(java.util.Calendar dateAdded)
dateAdded
- public int getId()
public void setId(int id)
id
- public java.lang.String getItemValue()
public void setItemValue(java.lang.String itemValue)
itemValue
- public int getObjId()
public void setObjId(int objId)
objId
- public java.lang.String getType()
public void setType(java.lang.String type)
type
- public java.lang.String getTypeDescription()
public void setTypeDescription(java.lang.String typeDescription)
typeDescription
- public int getTypeId()
public void setTypeId(int typeId)
typeId
- 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 |