CurrencyDetail

public class CurrencyDetail extends GenericParcelable implements Validator, JSONifiable

This is an auto-generated Clover data object.

Per-currency breakdown (ARS, USD).

Fields

Constructors

Link copied to clipboard
public void CurrencyDetail()
Constructs a new empty instance.
public void CurrencyDetail(String json)
Constructs a new instance from the given JSON String.
public void CurrencyDetail(JSONObject jsonObject)
Construct a new instance backed by the given JSONObject, the parameter is not copied so changes to it will be reflected in this instance and vice-versa.
public void CurrencyDetail(CurrencyDetail src)
Constructs a new instance that is a deep copy of the source instance.

Types

Link copied to clipboard
public interface Constraints

Properties

Link copied to clipboard
public final static int CONTENTS_FILE_DESCRIPTOR
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public final static int PARCELABLE_WRITE_RETURN_VALUE

Functions

Link copied to clipboard
public void clearBatchTotals()
Clears the 'batchTotals' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearCurrency()
Clears the 'currency' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearTerminalDetails()
Clears the 'terminalDetails' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearTxCount()
Clears the 'txCount' field, the 'has' method for this field will now return false
Link copied to clipboard
public boolean containsChanges()
Returns true if this instance has any changes.
Link copied to clipboard
Create a copy of this instance that contains only fields that were set after the constructor was called.
Link copied to clipboard
public abstract int describeContents()
public final int describeContents()
Link copied to clipboard
Aggregated totals for this currency
Link copied to clipboard
public final Bundle getBundle()
Gets a Bundle which can be used to get and set data attached to this instance.
Link copied to clipboard
ISO currency code (ARS, USD)
Link copied to clipboard
Returns the internal JSONObject backing this instance, the return value is not a copy so changes to it will be reflected in this instance and vice-versa.
Link copied to clipboard
Per-terminal breakdown for this currency
Link copied to clipboard
public String getTxCount()
Total transaction count for this currency
Link copied to clipboard
public boolean hasBatchTotals()
Checks whether the 'batchTotals' field has been set, however the value could be null
Link copied to clipboard
public boolean hasCurrency()
Checks whether the 'currency' field has been set, however the value could be null
Link copied to clipboard
public boolean hasTerminalDetails()
Checks whether the 'terminalDetails' field has been set, however the value could be null
Link copied to clipboard
public boolean hasTxCount()
Checks whether the 'txCount' field has been set, however the value could be null
Link copied to clipboard
public boolean isNotEmptyTerminalDetails()
Checks whether the 'terminalDetails' field is set and is not null and is not empty
Link copied to clipboard
public boolean isNotNullBatchTotals()
Checks whether the 'batchTotals' field is set and is not null
Link copied to clipboard
public boolean isNotNullCurrency()
Checks whether the 'currency' field is set and is not null
Link copied to clipboard
public boolean isNotNullTerminalDetails()
Checks whether the 'terminalDetails' field is set and is not null
Link copied to clipboard
public boolean isNotNullTxCount()
Checks whether the 'txCount' field is set and is not null
Link copied to clipboard
public void mergeChanges(CurrencyDetail src)
Copy all the changed fields from the given source to this instance.
Link copied to clipboard
public void resetChangeLog()
Reset the log of changes made to this instance, calling copyChanges() after this would return an empty instance.
Link copied to clipboard
Sets the field 'batchTotals'.
Link copied to clipboard
public CurrencyDetail setCurrency(String currency)
Sets the field 'currency'.
Link copied to clipboard
Sets the field 'terminalDetails'.
Link copied to clipboard
public CurrencyDetail setTxCount(String txCount)
Sets the field 'txCount'.
Link copied to clipboard
public final String toString()
Link copied to clipboard
public void validate()
Link copied to clipboard
public abstract void writeToParcel(Parcel p, int p1)
public final void writeToParcel(Parcel dest, int flags)