-
- All Implemented Interfaces:
-
android.os.Parcelable,java.io.Serializable,java.lang.Cloneable
public class MenigaCategoryScore implements Parcelable, Serializable, Cloneable
Represents a likelihood that the category contained in this class applies to the object in mind, e.g. a transaction.
Copyright 2017 Meniga Iceland Inc.
-
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<MenigaCategoryScore>CREATORprotected longcategoryIdprotected doublescore
-
Constructor Summary
Constructors Constructor Description MenigaCategoryScore(Parcel parcel)
-
Method Summary
Modifier and Type Method Description intdescribeContents()voidwriteToParcel(Parcel dest, int flags)booleanequals(Object o)inthashCode()longgetCategoryId()doublegetScore()-
-
Constructor Detail
-
MenigaCategoryScore
MenigaCategoryScore(Parcel parcel)
-
-
Method Detail
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
hashCode
int hashCode()
-
getCategoryId
long getCategoryId()
-
getScore
double getScore()
-
-
-
-