@Entity
public class TimerNotification
extends com.whitestein.lsps.common.AbstractEntity
Modifier and Type | Field and Description |
---|---|
static String |
DELETE_ALL_BY_MODEL_INSTANCE_ID
Query name
|
static String |
FIND_ALL
Query name
|
static String |
FIND_ALL_BY_MODEL_INSTANCE_ID
Query name
|
Constructor and Description |
---|
TimerNotification() |
TimerNotification(Long modelInstanceId,
Date notificationDate) |
Modifier and Type | Method and Description |
---|---|
Long |
getModelInstanceId() |
Date |
getNotificationDate() |
void |
setModelInstanceId(Long modelInstanceId) |
void |
setNotificationDate(Date notificationDate) |
public static final String FIND_ALL
public static final String FIND_ALL_BY_MODEL_INSTANCE_ID
public static final String DELETE_ALL_BY_MODEL_INSTANCE_ID
public Long getModelInstanceId()
public void setModelInstanceId(Long modelInstanceId)
modelInstanceId
- the modelInstanceId to setpublic Date getNotificationDate()
public void setNotificationDate(Date notificationDate)
notificationDate
- the notificationDate to setCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.