Package com.creditcall.chipdnamobile
Class Currency
java.lang.Object
com.creditcall.chipdnamobile.Currency
- All Implemented Interfaces:
android.os.Parcelable,Serializable
This class represents a currency and its attributes.
- Author:
- Creditcall Ltd
- See Also:
-
Nested Class Summary
-
Field Summary
FieldsFields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE -
Method Summary
Modifier and TypeMethodDescriptionintbooleanGets the character code for the currency.intGets the exponent value for the currency.Gets the symbol for the currency.inthashCode()voidwriteToParcel(android.os.Parcel dest, int flags)
-
Field Details
-
CREATOR
-
-
Method Details
-
getSymbol
Gets the symbol for the currency.- Returns:
- The currency symbol.
-
getCharCode
Gets the character code for the currency.- Returns:
- The currency character code.
-
getExponent
public int getExponent()Gets the exponent value for the currency.- Returns:
- The exponent.
-
describeContents
public int describeContents()- Specified by:
describeContentsin interfaceandroid.os.Parcelable
-
writeToParcel
public void writeToParcel(android.os.Parcel dest, int flags) - Specified by:
writeToParcelin interfaceandroid.os.Parcelable
-
equals
-
hashCode
public int hashCode()
-