-
- All Implemented Interfaces:
-
android.os.Parcelable,java.io.Serializable
public final class TargetAmountGeneration implements Parcelable, Serializable
-
-
Field Summary
Fields Modifier and Type Field Description private final intvaluepublic final static Parcelable.Creator<TargetAmountGeneration>CREATOR
-
Constructor Summary
Constructors Constructor Description TargetAmountGeneration(Parcel in)
-
Method Summary
Modifier and Type Method Description static TargetAmountGenerationcreate(GenerationType type, int value)static TargetAmountGenerationcreate(int value)static TargetAmountGenerationmanual()booleanequals(Object o)inthashCode()intgetMonths()GenerationTypegetType()intdescribeContents()voidwriteToParcel(Parcel dest, int flags)intgetValue()-
-
Constructor Detail
-
TargetAmountGeneration
TargetAmountGeneration(Parcel in)
-
-
Method Detail
-
create
static TargetAmountGeneration create(GenerationType type, int value)
-
create
static TargetAmountGeneration create(int value)
-
manual
static TargetAmountGeneration manual()
-
hashCode
int hashCode()
-
getMonths
int getMonths()
-
getType
GenerationType getType()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
getValue
int getValue()
-
-
-
-