|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakart.wsapp.Zone
public class Zone
Constructor Summary | |
---|---|
Zone()
|
|
Zone(java.lang.String custom1,
java.lang.String custom2,
java.lang.String custom3,
java.lang.String zoneCode,
int zoneCountryId,
int zoneId,
boolean zoneInvisible,
java.lang.String zoneName,
java.lang.String zoneSearch)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getCustom1()
Gets the custom1 value for this Zone. |
java.lang.String |
getCustom2()
Gets the custom2 value for this Zone. |
java.lang.String |
getCustom3()
Gets the custom3 value for this Zone. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
java.lang.String |
getZoneCode()
Gets the zoneCode value for this Zone. |
int |
getZoneCountryId()
Gets the zoneCountryId value for this Zone. |
int |
getZoneId()
Gets the zoneId value for this Zone. |
java.lang.String |
getZoneName()
Gets the zoneName value for this Zone. |
java.lang.String |
getZoneSearch()
Gets the zoneSearch value for this Zone. |
int |
hashCode()
|
boolean |
isZoneInvisible()
Gets the zoneInvisible value for this Zone. |
void |
setCustom1(java.lang.String custom1)
Sets the custom1 value for this Zone. |
void |
setCustom2(java.lang.String custom2)
Sets the custom2 value for this Zone. |
void |
setCustom3(java.lang.String custom3)
Sets the custom3 value for this Zone. |
void |
setZoneCode(java.lang.String zoneCode)
Sets the zoneCode value for this Zone. |
void |
setZoneCountryId(int zoneCountryId)
Sets the zoneCountryId value for this Zone. |
void |
setZoneId(int zoneId)
Sets the zoneId value for this Zone. |
void |
setZoneInvisible(boolean zoneInvisible)
Sets the zoneInvisible value for this Zone. |
void |
setZoneName(java.lang.String zoneName)
Sets the zoneName value for this Zone. |
void |
setZoneSearch(java.lang.String zoneSearch)
Sets the zoneSearch value for this Zone. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Zone()
public Zone(java.lang.String custom1, java.lang.String custom2, java.lang.String custom3, java.lang.String zoneCode, int zoneCountryId, int zoneId, boolean zoneInvisible, java.lang.String zoneName, java.lang.String zoneSearch)
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.lang.String getZoneCode()
public void setZoneCode(java.lang.String zoneCode)
zoneCode
- public int getZoneCountryId()
public void setZoneCountryId(int zoneCountryId)
zoneCountryId
- public int getZoneId()
public void setZoneId(int zoneId)
zoneId
- public boolean isZoneInvisible()
public void setZoneInvisible(boolean zoneInvisible)
zoneInvisible
- public java.lang.String getZoneName()
public void setZoneName(java.lang.String zoneName)
zoneName
- public java.lang.String getZoneSearch()
public void setZoneSearch(java.lang.String zoneSearch)
zoneSearch
- 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 |