-
- 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>
CREATOR
protected DateTime
date
protected MenigaDecimal
income
protected MenigaDecimal
expenses
protected List<Long>
merchantIds
protected Map<Long, MenigaDecimal>
expensesPerCategory
protected Map<Long, MenigaDecimal>
incomePerCategory
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
int
describeContents()
void
writeToParcel(Parcel dest, int flags)
DateTime
getDate()
MenigaDecimal
getIncome()
MenigaDecimal
getExpenses()
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()
-
-
-
-