-
- All Implemented Interfaces:
-
android.os.Parcelable,java.io.Serializable
public class Statistics implements Serializable, Parcelable
Represents aggregated information about the result set.
Copyright 2017 Meniga Iceland Inc.
-
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<Statistics>CREATORprotected MenigaDecimalcurrentMonthTotalprotected MenigaDecimaltotalprotected MenigaDecimalaverage
-
Method Summary
Modifier and Type Method Description booleanequals(Object o)inthashCode()intdescribeContents()voidwriteToParcel(Parcel dest, int flags)MenigaDecimalgetCurrentMonthTotal()MenigaDecimalgetTotal()MenigaDecimalgetAverage()-
-
Method Detail
-
hashCode
int hashCode()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
getCurrentMonthTotal
MenigaDecimal getCurrentMonthTotal()
-
getTotal
MenigaDecimal getTotal()
-
getAverage
MenigaDecimal getAverage()
-
-
-
-