com.konakart.wsapp
Class Zone

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

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

See Also:
Serialized Form

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

Zone

public Zone()

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

getCustom1

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

Returns:
custom1

setCustom1

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

Parameters:
custom1 -

getCustom2

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

Returns:
custom2

setCustom2

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

Parameters:
custom2 -

getCustom3

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

Returns:
custom3

setCustom3

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

Parameters:
custom3 -

getZoneCode

public java.lang.String getZoneCode()
Gets the zoneCode value for this Zone.

Returns:
zoneCode

setZoneCode

public void setZoneCode(java.lang.String zoneCode)
Sets the zoneCode value for this Zone.

Parameters:
zoneCode -

getZoneCountryId

public int getZoneCountryId()
Gets the zoneCountryId value for this Zone.

Returns:
zoneCountryId

setZoneCountryId

public void setZoneCountryId(int zoneCountryId)
Sets the zoneCountryId value for this Zone.

Parameters:
zoneCountryId -

getZoneId

public int getZoneId()
Gets the zoneId value for this Zone.

Returns:
zoneId

setZoneId

public void setZoneId(int zoneId)
Sets the zoneId value for this Zone.

Parameters:
zoneId -

isZoneInvisible

public boolean isZoneInvisible()
Gets the zoneInvisible value for this Zone.

Returns:
zoneInvisible

setZoneInvisible

public void setZoneInvisible(boolean zoneInvisible)
Sets the zoneInvisible value for this Zone.

Parameters:
zoneInvisible -

getZoneName

public java.lang.String getZoneName()
Gets the zoneName value for this Zone.

Returns:
zoneName

setZoneName

public void setZoneName(java.lang.String zoneName)
Sets the zoneName value for this Zone.

Parameters:
zoneName -

getZoneSearch

public java.lang.String getZoneSearch()
Gets the zoneSearch value for this Zone.

Returns:
zoneSearch

setZoneSearch

public void setZoneSearch(java.lang.String zoneSearch)
Sets the zoneSearch value for this Zone.

Parameters:
zoneSearch -

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.