public class ResponsibilityInfoData
extends java.lang.Object
Constructor and Description |
---|
ResponsibilityInfoData(User user,
java.lang.String userComment,
ResponsibilityEntry.State state,
java.util.Date lastChangeDate,
User reporterUser,
ResponsibilityEntry.RemoveMethod removeMethod) |
Modifier and Type | Method and Description |
---|---|
static ResponsibilityInfoData |
createOn(ResponsibilityEntry entry) |
java.lang.String |
getComment() |
ResponsibilityEntry.RemoveMethod |
getRemoveMethod() |
User |
getReporterUser() |
User |
getResponsibleUser() |
ResponsibilityEntry.State |
getState() |
java.util.Date |
getTimestamp()
Returns the time of last change of state.
|
public ResponsibilityInfoData(User user, java.lang.String userComment, ResponsibilityEntry.State state, java.util.Date lastChangeDate, User reporterUser, ResponsibilityEntry.RemoveMethod removeMethod)
public ResponsibilityEntry.State getState()
public User getResponsibleUser()
public java.lang.String getComment()
public java.util.Date getTimestamp()
public User getReporterUser()
public ResponsibilityEntry.RemoveMethod getRemoveMethod()
public static ResponsibilityInfoData createOn(@NotNull ResponsibilityEntry entry)