public class Task extends CreatedBase
| Constructor and Description |
|---|
Task() |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationEntity |
getCompletedBy() |
org.joda.time.DateTime |
getCompletedOn() |
org.joda.time.LocalDate |
getDueDate() |
int |
getId() |
String |
getLink() |
Integer |
getReferenceId() |
String |
getReferenceLink() |
String |
getReferenceTitle() |
ReferenceType |
getReferenceType() |
ProfileMini |
getResponsible() |
Integer |
getSpaceId() |
TaskStatus |
getStatus() |
String |
getText() |
boolean |
isPrivate() |
void |
setCompletedBy(AuthorizationEntity completedBy) |
void |
setCompletedOn(org.joda.time.DateTime completedOn) |
void |
setDueDate(org.joda.time.LocalDate dueDate) |
void |
setId(int id) |
void |
setLink(String link) |
void |
setPrivate(boolean priv) |
void |
setReferenceId(Integer referenceId) |
void |
setReferenceLink(String referenceLink) |
void |
setReferenceTitle(String referenceTitle) |
void |
setReferenceType(ReferenceType refeferenceType) |
void |
setResponsible(ProfileMini responsible) |
void |
setSpaceId(Integer spaceId) |
void |
setStatus(TaskStatus status) |
void |
setText(String text) |
String |
toString() |
getCreatedBy, getCreatedOn, getCreatedVia, setCreatedBy, setCreatedOn, setCreatedViapublic int getId()
public void setId(int id)
public TaskStatus getStatus()
public void setStatus(TaskStatus status)
public String getText()
public void setText(String text)
public boolean isPrivate()
public void setPrivate(boolean priv)
public org.joda.time.LocalDate getDueDate()
public void setDueDate(org.joda.time.LocalDate dueDate)
public ProfileMini getResponsible()
public void setResponsible(ProfileMini responsible)
public Integer getSpaceId()
public void setSpaceId(Integer spaceId)
public String getLink()
public void setLink(String link)
public org.joda.time.DateTime getCompletedOn()
public void setCompletedOn(org.joda.time.DateTime completedOn)
public AuthorizationEntity getCompletedBy()
public void setCompletedBy(AuthorizationEntity completedBy)
public ReferenceType getReferenceType()
public void setReferenceType(ReferenceType refeferenceType)
public Integer getReferenceId()
public void setReferenceId(Integer referenceId)
public String getReferenceTitle()
public void setReferenceTitle(String referenceTitle)
public String getReferenceLink()
public void setReferenceLink(String referenceLink)
Copyright © 2014. All Rights Reserved.