-
- 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 int
value
public final static Parcelable.Creator<TargetAmountGeneration>
CREATOR
-
Constructor Summary
Constructors Constructor Description TargetAmountGeneration(Parcel in)
-
Method Summary
Modifier and Type Method Description static TargetAmountGeneration
create(GenerationType type, int value)
static TargetAmountGeneration
create(int value)
static TargetAmountGeneration
manual()
boolean
equals(Object o)
int
hashCode()
int
getMonths()
GenerationType
getType()
int
describeContents()
void
writeToParcel(Parcel dest, int flags)
int
getValue()
-
-
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()
-
-
-
-