com.konakart.wsapp
Class TaxRate

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

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

See Also:
Serialized Form

Constructor Summary
TaxRate()
           
TaxRate(java.lang.String description, int id, int priority, java.math.BigDecimal rate)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDescription()
          Gets the description value for this TaxRate.
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 TaxRate.
 int getPriority()
          Gets the priority value for this TaxRate.
 java.math.BigDecimal getRate()
          Gets the rate value for this TaxRate.
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
 int hashCode()
           
 void setDescription(java.lang.String description)
          Sets the description value for this TaxRate.
 void setId(int id)
          Sets the id value for this TaxRate.
 void setPriority(int priority)
          Sets the priority value for this TaxRate.
 void setRate(java.math.BigDecimal rate)
          Sets the rate value for this TaxRate.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaxRate

public TaxRate()

TaxRate

public TaxRate(java.lang.String description,
               int id,
               int priority,
               java.math.BigDecimal rate)
Method Detail

getDescription

public java.lang.String getDescription()
Gets the description value for this TaxRate.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this TaxRate.

Parameters:
description -

getId

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

Returns:
id

setId

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

Parameters:
id -

getPriority

public int getPriority()
Gets the priority value for this TaxRate.

Returns:
priority

setPriority

public void setPriority(int priority)
Sets the priority value for this TaxRate.

Parameters:
priority -

getRate

public java.math.BigDecimal getRate()
Gets the rate value for this TaxRate.

Returns:
rate

setRate

public void setRate(java.math.BigDecimal rate)
Sets the rate value for this TaxRate.

Parameters:
rate -

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.