@Entity
public class ModelInstanceNtf
extends com.whitestein.lsps.common.AbstractEntity
Modifier and Type | Field and Description |
---|---|
static String |
FIND_MODEL_INSTANCE_IDS_BY_NOTIFICATIONS
The query name.
|
Modifier | Constructor and Description |
---|---|
protected |
ModelInstanceNtf()
Creates new empty instance.
|
|
ModelInstanceNtf(ModelInstanceEntity modelInstance,
String notification)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
ModelInstanceEntity |
getModelInstance()
Returns the model instance entity.
|
String |
getNotification()
Returns the notification data.
|
public static final String FIND_MODEL_INSTANCE_IDS_BY_NOTIFICATIONS
protected ModelInstanceNtf()
public ModelInstanceNtf(ModelInstanceEntity modelInstance, String notification)
modelInstance
- notification
- public ModelInstanceEntity getModelInstance()
public String getNotification()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.