-
- All Implemented Interfaces:
-
android.os.Parcelable,java.io.Serializable
public class Value implements Serializable, Parcelable
Represents a value in a transaction serie.
Copyright 2017 Meniga Iceland Inc.
-
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<Value>CREATORprotected MenigaDecimalnettoAmountprotected MenigaDecimaltotalPositiveprotected MenigaDecimaltotalNegativeprotected DateTimedateprotected List<Long>transactionIds
-
Method Summary
Modifier and Type Method Description booleanequals(Object o)inthashCode()intdescribeContents()voidwriteToParcel(Parcel dest, int flags)MenigaDecimalgetNettoAmount()MenigaDecimalgetTotalPositive()MenigaDecimalgetTotalNegative()DateTimegetDate()List<Long>getTransactionIds()-
-
Method Detail
-
hashCode
int hashCode()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
getNettoAmount
MenigaDecimal getNettoAmount()
-
getTotalPositive
MenigaDecimal getTotalPositive()
-
getTotalNegative
MenigaDecimal getTotalNegative()
-
getDate
DateTime getDate()
-
getTransactionIds
List<Long> getTransactionIds()
-
-
-
-