public class DataNotification
extends java.lang.Object
NotificationListener to notify data changes related
to the business entities. Data notification provides the name of the business entity, action type (add, modify or delete)
and the local identifier of the business entity header.| Constructor and Description |
|---|
DataNotification() |
DataNotification(java.lang.String beName,
SyncConstants.BE_ACTION_TYPE actionType,
java.lang.String lid) |
| Modifier and Type | Method and Description |
|---|---|
SyncConstants.BE_ACTION_TYPE |
getActionType()
Gets the action type related to the data notification.
|
java.lang.String |
getBeName()
Gets the business entity name related to the data notification.
|
java.lang.String |
getLid()
Gets the local identifier of the business entity's header data structure related to the data notification.
|
void |
setActionType(SyncConstants.BE_ACTION_TYPE actionType) |
void |
setBeName(java.lang.String beName) |
void |
setLid(java.lang.String lid) |
public DataNotification()
public DataNotification(java.lang.String beName,
SyncConstants.BE_ACTION_TYPE actionType,
java.lang.String lid)
public java.lang.String getBeName()
public void setBeName(java.lang.String beName)
public SyncConstants.BE_ACTION_TYPE getActionType()
SyncConstants.BE_ACTION_TYPE.public void setActionType(SyncConstants.BE_ACTION_TYPE actionType)
public java.lang.String getLid()
public void setLid(java.lang.String lid)
Copyright © 2017 Unvired Inc. All Rights Reserved.