|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ResponsibilityEntry
Represents a single entry of responsibility, holds all the data associated with it.
| Nested Class Summary | |
|---|---|
static class |
ResponsibilityEntry.State
Represents the state of responsibility. |
| Method Summary | |
|---|---|
java.lang.String |
getComment()
A user comment of the last state change. |
User |
getReporterUser()
Returns the user who assigned the responsibility. |
User |
getResponsibleUser()
Returns the user who is assigned responsible. |
ResponsibilityEntry.State |
getState()
Returns the current state. |
java.util.Date |
getTimestamp()
Returns the time of last change of state. |
| Method Detail |
|---|
@NotNull ResponsibilityEntry.State getState()
@NotNull User getResponsibleUser()
@Nullable User getReporterUser()
@NotNull java.util.Date getTimestamp()
@NotNull java.lang.String getComment()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||