-
- 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>
CREATOR
private int
id
private String
code
private String
name
private String
format
private String
currencyFormat
private String
currencyFormatUsingCode
private String
provider
private Integer
roundOff
-
Method Summary
Modifier and Type Method Description int
describeContents()
void
writeToParcel(Parcel dest, int flags)
Boolean
getDefault()
boolean
equals(Object o)
int
hashCode()
int
getId()
String
getCode()
String
getName()
String
getFormat()
String
getCurrencyFormat()
String
getCurrencyFormatUsingCode()
String
getProvider()
Integer
getRoundOff()
-
-
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()
-
-
-
-