|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakart.wsapp.TaxRate
public class TaxRate
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 |
---|
public TaxRate()
public TaxRate(java.lang.String description, int id, int priority, java.math.BigDecimal rate)
Method Detail |
---|
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- public int getId()
public void setId(int id)
id
- public int getPriority()
public void setPriority(int priority)
priority
- public java.math.BigDecimal getRate()
public void setRate(java.math.BigDecimal rate)
rate
- 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 |