-
- All Implemented Interfaces:
-
android.os.Parcelable,java.io.Serializable,java.lang.Cloneable
public class ScheduledDayTransactions implements Serializable, Cloneable, Parcelable
Copyright 2017 Meniga Iceland Inc.
-
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<ScheduledDayTransactions>CREATORprotected DateTimedateprotected MenigaDecimalincomeprotected MenigaDecimalexpensesprotected List<Long>merchantIdsprotected Map<Long, MenigaDecimal>expensesPerCategoryprotected Map<Long, MenigaDecimal>incomePerCategory
-
Method Summary
Modifier and Type Method Description booleanequals(Object o)inthashCode()intdescribeContents()voidwriteToParcel(Parcel dest, int flags)DateTimegetDate()MenigaDecimalgetIncome()MenigaDecimalgetExpenses()List<Long>getMerchantIds()Map<Long, MenigaDecimal>getExpensesPerCategory()Map<Long, MenigaDecimal>getIncomePerCategory()-
-
Method Detail
-
hashCode
int hashCode()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
getDate
DateTime getDate()
-
getIncome
MenigaDecimal getIncome()
-
getExpenses
MenigaDecimal getExpenses()
-
getMerchantIds
List<Long> getMerchantIds()
-
getExpensesPerCategory
Map<Long, MenigaDecimal> getExpensesPerCategory()
-
getIncomePerCategory
Map<Long, MenigaDecimal> getIncomePerCategory()
-
-
-
-