com.konakart.wsapp
Class Currency

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

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

See Also:
Serialized Form

Constructor Summary
Currency()
           
Currency(java.lang.String code, java.lang.String decimalPlaces, java.lang.String decimalPoint, int id, java.lang.String symbolLeft, java.lang.String symbolRight, java.lang.String thousandsPoint, java.lang.String title, java.math.BigDecimal value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCode()
          Gets the code value for this Currency.
 java.lang.String getDecimalPlaces()
          Gets the decimalPlaces value for this Currency.
 java.lang.String getDecimalPoint()
          Gets the decimalPoint value for this Currency.
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 Currency.
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 getSymbolLeft()
          Gets the symbolLeft value for this Currency.
 java.lang.String getSymbolRight()
          Gets the symbolRight value for this Currency.
 java.lang.String getThousandsPoint()
          Gets the thousandsPoint value for this Currency.
 java.lang.String getTitle()
          Gets the title value for this Currency.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.math.BigDecimal getValue()
          Gets the value value for this Currency.
 int hashCode()
           
 void setCode(java.lang.String code)
          Sets the code value for this Currency.
 void setDecimalPlaces(java.lang.String decimalPlaces)
          Sets the decimalPlaces value for this Currency.
 void setDecimalPoint(java.lang.String decimalPoint)
          Sets the decimalPoint value for this Currency.
 void setId(int id)
          Sets the id value for this Currency.
 void setSymbolLeft(java.lang.String symbolLeft)
          Sets the symbolLeft value for this Currency.
 void setSymbolRight(java.lang.String symbolRight)
          Sets the symbolRight value for this Currency.
 void setThousandsPoint(java.lang.String thousandsPoint)
          Sets the thousandsPoint value for this Currency.
 void setTitle(java.lang.String title)
          Sets the title value for this Currency.
 void setValue(java.math.BigDecimal value)
          Sets the value value for this Currency.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Currency

public Currency()

Currency

public Currency(java.lang.String code,
                java.lang.String decimalPlaces,
                java.lang.String decimalPoint,
                int id,
                java.lang.String symbolLeft,
                java.lang.String symbolRight,
                java.lang.String thousandsPoint,
                java.lang.String title,
                java.math.BigDecimal value)
Method Detail

getCode

public java.lang.String getCode()
Gets the code value for this Currency.

Returns:
code

setCode

public void setCode(java.lang.String code)
Sets the code value for this Currency.

Parameters:
code -

getDecimalPlaces

public java.lang.String getDecimalPlaces()
Gets the decimalPlaces value for this Currency.

Returns:
decimalPlaces

setDecimalPlaces

public void setDecimalPlaces(java.lang.String decimalPlaces)
Sets the decimalPlaces value for this Currency.

Parameters:
decimalPlaces -

getDecimalPoint

public java.lang.String getDecimalPoint()
Gets the decimalPoint value for this Currency.

Returns:
decimalPoint

setDecimalPoint

public void setDecimalPoint(java.lang.String decimalPoint)
Sets the decimalPoint value for this Currency.

Parameters:
decimalPoint -

getId

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

Returns:
id

setId

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

Parameters:
id -

getSymbolLeft

public java.lang.String getSymbolLeft()
Gets the symbolLeft value for this Currency.

Returns:
symbolLeft

setSymbolLeft

public void setSymbolLeft(java.lang.String symbolLeft)
Sets the symbolLeft value for this Currency.

Parameters:
symbolLeft -

getSymbolRight

public java.lang.String getSymbolRight()
Gets the symbolRight value for this Currency.

Returns:
symbolRight

setSymbolRight

public void setSymbolRight(java.lang.String symbolRight)
Sets the symbolRight value for this Currency.

Parameters:
symbolRight -

getThousandsPoint

public java.lang.String getThousandsPoint()
Gets the thousandsPoint value for this Currency.

Returns:
thousandsPoint

setThousandsPoint

public void setThousandsPoint(java.lang.String thousandsPoint)
Sets the thousandsPoint value for this Currency.

Parameters:
thousandsPoint -

getTitle

public java.lang.String getTitle()
Gets the title value for this Currency.

Returns:
title

setTitle

public void setTitle(java.lang.String title)
Sets the title value for this Currency.

Parameters:
title -

getValue

public java.math.BigDecimal getValue()
Gets the value value for this Currency.

Returns:
value

setValue

public void setValue(java.math.BigDecimal value)
Sets the value value for this Currency.

Parameters:
value -

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.