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