-
- All Implemented Interfaces:
-
android.os.Parcelable,java.io.Serializable
public class MenigaPublicSettings.MenigaCurrency implements Parcelable, Serializable
-
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<MenigaPublicSettings.MenigaCurrency>CREATORprivate intidprivate Stringcodeprivate Stringnameprivate Stringformatprivate StringcurrencyFormatprivate StringcurrencyFormatUsingCodeprivate Stringproviderprivate IntegerroundOff
-
Method Summary
Modifier and Type Method Description intdescribeContents()voidwriteToParcel(Parcel dest, int flags)BooleangetDefault()booleanequals(Object o)inthashCode()intgetId()StringgetCode()StringgetName()StringgetFormat()StringgetCurrencyFormat()StringgetCurrencyFormatUsingCode()StringgetProvider()IntegergetRoundOff()-
-
Method Detail
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
getDefault
Boolean getDefault()
-
hashCode
int hashCode()
-
getId
int getId()
-
getCurrencyFormat
String getCurrencyFormat()
-
getCurrencyFormatUsingCode
String getCurrencyFormatUsingCode()
-
getProvider
String getProvider()
-
getRoundOff
Integer getRoundOff()
-
-
-
-