public class InfoMessage
extends com.unvired.model.DataStructure
getCategory() - Provides the category of the message - info, success, warning or failure.getMessage() - Provides the message text.getBeName() - Provides the name of the business entity associated with the message.getBeLid() - Provides the local identifier of the business entity associated with the message.getMessageBlob() - Provides detailed message as bytes.IDataStructure.OBJECT_STATUS, IDataStructure.SYNC_STATUS| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BE_LID |
static java.lang.String |
BE_NAME |
static java.lang.String |
CATEGORY |
static java.lang.String |
CATEGORY_FAILURE
The value used to indicate that the InfoMessage is of category 'Failure'.
|
static java.lang.String |
CATEGORY_FAILURE_N_PROCESS
The value used to indicate that the InfoMessage is of category 'Failure' and still process data.
|
static java.lang.String |
CATEGORY_INFO
The value used to indicate that the InfoMessage is of category 'Information'.
|
static java.lang.String |
CATEGORY_SUCCESS
The value used to indicate that the InfoMessage is of category 'Success'.
|
static java.lang.String |
CATEGORY_WARNING
The value used to indicate that the InfoMessage is of category 'Warning'.
|
static java.lang.String[] |
FIELD_NAMES |
static java.lang.String[] |
FIELD_TYPES |
static java.lang.String[] |
GID_FIELDS |
static java.lang.String |
INFO_MESSAGE_BE_HEADER_NAME |
static java.lang.String |
INFO_MESSAGE_BE_NAME |
static java.lang.String |
MESSAGE |
static java.lang.String |
MESSAGE_BLOB |
static java.lang.String[] |
PRIMARY_KEYS |
static java.lang.String |
SUB_TYPE |
static java.lang.String |
TABLE_NAME |
static java.lang.String |
TYPE |
FIELD_FID, FIELD_HAS_CONFLICT, FIELD_LID, FIELD_OBJECT_STATUS, FIELD_SYNC_STATUS, FIELD_TIMESTAMP, FIELD_TYPE_FID, FIELD_TYPE_HAS_CONFLICT, FIELD_TYPE_LID, FIELD_TYPE_OBJECT_STATUS, FIELD_TYPE_SYNC_STATUS, FIELD_TYPE_TIMESTAMP| Constructor and Description |
|---|
InfoMessage() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBeLid()
Gets the be lid.
|
java.lang.String |
getBeName()
Gets the be name.
|
java.lang.String |
getCategory()
Gets the message category.
|
java.lang.String |
getMessage()
Gets the message.
|
byte[] |
getMessageBlob()
Gets the message blob.
|
java.lang.String |
getSubType()
Gets the message sub type.
|
java.lang.String |
getType()
Gets the message type.
|
void |
setBeLid(java.lang.String lid)
Sets the be lid.
|
void |
setBeName(java.lang.String beName)
Sets the be name.
|
void |
setCategory(java.lang.String category) |
void |
setMessage(java.lang.String message)
Sets the message.
|
void |
setMessageBlob(byte[] messageBlob)
Sets the message blob.
|
void |
setSubType(java.lang.String subType) |
void |
setType(java.lang.String type) |
getBEName, getChildrenTableNames, getFid, getField, getFieldCount, getFieldNames, getFieldType, getGidFieldNames, getGids, getHasConflict, getInfoMessages, getLid, getObjectStatus, getSyncStatus, getTableName, getTimeStamp, isHeader, isModified, setFid, setField, setFieldBasedOnDataType, setHasConflict, setLid, setModifiedFlag, setObjectStatus, setSyncStatus, setTimeStamppublic static final java.lang.String TABLE_NAME
public static final java.lang.String TYPE
public static final java.lang.String SUB_TYPE
public static final java.lang.String CATEGORY
public static final java.lang.String MESSAGE
public static final java.lang.String BE_NAME
public static final java.lang.String BE_LID
public static final java.lang.String MESSAGE_BLOB
public static final java.lang.String[] PRIMARY_KEYS
public static final java.lang.String[] GID_FIELDS
public static final java.lang.String[] FIELD_NAMES
public static final java.lang.String[] FIELD_TYPES
public static final java.lang.String INFO_MESSAGE_BE_NAME
public static final java.lang.String INFO_MESSAGE_BE_HEADER_NAME
public static final java.lang.String CATEGORY_INFO
getType().public static final java.lang.String CATEGORY_WARNING
getType().public static final java.lang.String CATEGORY_SUCCESS
getType().public static final java.lang.String CATEGORY_FAILURE
getType().public static final java.lang.String CATEGORY_FAILURE_N_PROCESS
getType().public java.lang.String getType()
public void setType(java.lang.String type)
public java.lang.String getSubType()
public void setSubType(java.lang.String subType)
public java.lang.String getCategory()
public void setCategory(java.lang.String category)
public java.lang.String getMessage()
public void setMessage(java.lang.String message)
message - the new messagepublic byte[] getMessageBlob()
public void setMessageBlob(byte[] messageBlob)
messageBlob - the new message blobpublic java.lang.String getBeName()
public void setBeName(java.lang.String beName)
beName - the new be namepublic java.lang.String getBeLid()
public void setBeLid(java.lang.String lid)
lid - the new be lidCopyright © 2017 Unvired Inc. All Rights Reserved.