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