public class TodoEscalation extends Object implements Serializable
Modifier | Constructor and Description |
---|---|
protected |
TodoEscalation()
Creates new instance.
|
|
TodoEscalation(long id,
long todoId,
String reason,
TodoStatus todoStatus,
String allocatedTo,
Date escalationDate)
Creates new todo escalation.
|
Modifier and Type | Method and Description |
---|---|
String |
getAllocatedTo()
Returns the todo allocated to (at the time of escalation)
|
Date |
getEscalationDate()
Returns the escalation date.
|
long |
getId()
Returns the escalation id.
|
String |
getReason() |
long |
getTodoId()
Return the todo id.
|
TodoStatus |
getTodoStatus()
Returns the todo status (at the time of escalation)
|
protected TodoEscalation()
public TodoEscalation(long id, long todoId, String reason, TodoStatus todoStatus, String allocatedTo, Date escalationDate)
id
- todoId
- reason
- todoStatus
- allocatedTo
- escalationDate
- NullPointerException
- if escalationDate
or todoStatus
is nullpublic String getReason()
public TodoStatus getTodoStatus()
public String getAllocatedTo()
public Date getEscalationDate()
public long getTodoId()
public long getId()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.