@Entity
public class TodoEscalation
extends com.whitestein.lsps.common.VersionedAbstractEntity
Modifier and Type | Field and Description |
---|---|
static String |
FIND_FOR_TODO
Query name.
|
Modifier | Constructor and Description |
---|---|
protected |
TodoEscalation()
Creates new instance.
|
|
TodoEscalation(String reason,
Date escalationDate,
Todo todo)
Creates new todo escalation.
|
Modifier and Type | Method and Description |
---|---|
String |
getAllocatedTo() |
Date |
getEscalationDate() |
String |
getReason() |
Todo |
getTodo() |
TodoStatus |
getTodoStatus() |
public static final String FIND_FOR_TODO
protected TodoEscalation()
public TodoEscalation(String reason, Date escalationDate, Todo todo)
reason
- escalationDate
- todo
- NullPointerException
- if escalationDate
or todo
is nullpublic String getReason()
public TodoStatus getTodoStatus()
public String getAllocatedTo()
public Date getEscalationDate()
public Todo getTodo()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.