-
- All Implemented Interfaces:
-
android.os.Parcelable,java.io.Serializable
public class MenigaNetWorthAccountType implements Parcelable, Serializable
Contains further details on the account type of the net worth entry.
Copyright 2017 Meniga Iceland Inc.
-
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<MenigaNetWorthAccountType>CREATORprotected longidprotected Stringnameprotected LongparentIdprotected StringparentName
-
Method Summary
Modifier and Type Method Description intdescribeContents()voidwriteToParcel(Parcel dest, int flags)booleanequals(Object o)inthashCode()longgetId()StringgetName()LonggetParentId()StringgetParentName()-
-
Method Detail
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
hashCode
int hashCode()
-
getId
long getId()
-
getParentId
Long getParentId()
-
getParentName
String getParentName()
-
-
-
-