-
- All Implemented Interfaces:
-
android.os.Parcelable,java.io.Serializable,java.lang.Cloneable
public class MenigaRepaymentRecord implements Parcelable, Serializable, Cloneable
Copyright 2017 Meniga Iceland Inc.
-
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<MenigaRepaymentRecord>CREATORprotected Stringaccountprotected MenigaDecimalamountprotected DateTimedate
-
Method Summary
Modifier and Type Method Description intdescribeContents()voidwriteToParcel(Parcel dest, int flags)booleanequals(Object o)StringgetAccount()MenigaDecimalgetAmount()DateTimegetDate()-
-
Method Detail
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
getAccount
String getAccount()
-
getAmount
MenigaDecimal getAmount()
-
getDate
DateTime getDate()
-
-
-
-