ExternalMerchant

public class ExternalMerchant extends GenericParcelable implements Validator, JSONifiable

This is an auto-generated Clover data object.

Represents external merchant data linked to a merchant

Fields

Constructors

Link copied to clipboard
public void ExternalMerchant()
Constructs a new empty instance.
public void ExternalMerchant(String json)
Constructs a new instance from the given JSON String.
public void ExternalMerchant(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.
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 clearAuditDate()
Clears the 'auditDate' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearAuditUserId()
Clears the 'auditUserId' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearClientFlag()
Clears the 'clientFlag' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearCreatedTime()
Clears the 'createdTime' field, the 'has' method for this field will now return false
Link copied to clipboard
Clears the 'externalMerchantNumber' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearMerchantRef()
Clears the 'merchantRef' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearModifiedTime()
Clears the 'modifiedTime' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearUsageFlag()
Clears the 'usageFlag' field, the 'has' method for this field will now return false
Link copied to clipboard
public void clearXrefType()
Clears the 'xrefType' 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
public Long getAuditDate()
Date of audit
Link copied to clipboard
User performing audit
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
Client flag
Link copied to clipboard
Date record created
Link copied to clipboard
External merchant number
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
Link copied to clipboard
Date record updated
Link copied to clipboard
Usage flag
Link copied to clipboard
Cross reference type
Link copied to clipboard
public boolean hasAuditDate()
Checks whether the 'auditDate' field has been set, however the value could be null
Link copied to clipboard
public boolean hasAuditUserId()
Checks whether the 'auditUserId' field has been set, however the value could be null
Link copied to clipboard
public boolean hasClientFlag()
Checks whether the 'clientFlag' field has been set, however the value could be null
Link copied to clipboard
public boolean hasCreatedTime()
Checks whether the 'createdTime' field has been set, however the value could be null
Link copied to clipboard
public boolean hasExternalMerchantNumber()
Checks whether the 'externalMerchantNumber' field has been set, however the value could be null
Link copied to clipboard
public boolean hasMerchantRef()
Checks whether the 'merchantRef' field has been set, however the value could be null
Link copied to clipboard
public boolean hasModifiedTime()
Checks whether the 'modifiedTime' field has been set, however the value could be null
Link copied to clipboard
public boolean hasUsageFlag()
Checks whether the 'usageFlag' field has been set, however the value could be null
Link copied to clipboard
public boolean hasXrefType()
Checks whether the 'xrefType' field has been set, however the value could be null
Link copied to clipboard
public boolean isNotNullAuditDate()
Checks whether the 'auditDate' field is set and is not null
Link copied to clipboard
public boolean isNotNullAuditUserId()
Checks whether the 'auditUserId' field is set and is not null
Link copied to clipboard
public boolean isNotNullClientFlag()
Checks whether the 'clientFlag' field is set and is not null
Link copied to clipboard
public boolean isNotNullCreatedTime()
Checks whether the 'createdTime' field is set and is not null
Link copied to clipboard
Checks whether the 'externalMerchantNumber' field is set and is not null
Link copied to clipboard
public boolean isNotNullMerchantRef()
Checks whether the 'merchantRef' field is set and is not null
Link copied to clipboard
public boolean isNotNullModifiedTime()
Checks whether the 'modifiedTime' field is set and is not null
Link copied to clipboard
public boolean isNotNullUsageFlag()
Checks whether the 'usageFlag' field is set and is not null
Link copied to clipboard
public boolean isNotNullXrefType()
Checks whether the 'xrefType' field is set and is not null
Link copied to clipboard
public void mergeChanges(ExternalMerchant 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
public ExternalMerchant setAuditDate(Long auditDate)
Sets the field 'auditDate'.
Link copied to clipboard
public ExternalMerchant setAuditUserId(String auditUserId)
Sets the field 'auditUserId'.
Link copied to clipboard
Sets the field 'clientFlag'.
Link copied to clipboard
public ExternalMerchant setCreatedTime(Long createdTime)
Sets the field 'createdTime'.
Link copied to clipboard
public ExternalMerchant setExternalMerchantNumber(String externalMerchantNumber)
Sets the field 'externalMerchantNumber'.
Link copied to clipboard
Sets the field 'merchantRef'.
Link copied to clipboard
public ExternalMerchant setModifiedTime(Long modifiedTime)
Sets the field 'modifiedTime'.
Link copied to clipboard
Sets the field 'usageFlag'.
Link copied to clipboard
Sets the field 'xrefType'.
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)