-
- All Implemented Interfaces:
-
android.os.Parcelable
,java.io.Serializable
public class MenigaTransactionRule.SplitAction implements Serializable, Parcelable
Represents details on a split action to be executed by a rule when criteria are met.
Copyright 2017 Meniga Iceland Inc.
-
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<MenigaTransactionRule.SplitAction>
CREATOR
public long
id
public long
transactionRuleId
public MenigaDecimal
ratio
public MenigaDecimal
amount
public long
categoryId
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
int
describeContents()
void
writeToParcel(Parcel dest, int flags)
-
-
Method Detail
-
hashCode
int hashCode()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
-
-
-