Package com.podio.task
Class Task
- java.lang.Object
-
- com.podio.common.CreatedBase
-
- com.podio.task.Task
-
- All Implemented Interfaces:
Serializable
public class Task extends CreatedBase
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Task()
-
Method Summary
-
Methods inherited from class com.podio.common.CreatedBase
getCreatedBy, getCreatedOn, getCreatedVia, setCreatedBy, setCreatedOn, setCreatedVia
-
-
-
-
Method Detail
-
getId
public int getId()
-
setId
public void setId(int id)
-
getStatus
public TaskStatus getStatus()
-
setStatus
public void setStatus(TaskStatus status)
-
getText
public String getText()
-
setText
public void setText(String text)
-
isPrivate
public boolean isPrivate()
-
setPrivate
public void setPrivate(boolean priv)
-
getDueDate
public org.joda.time.LocalDate getDueDate()
-
setDueDate
public void setDueDate(org.joda.time.LocalDate dueDate)
-
getResponsible
public ProfileMini getResponsible()
-
setResponsible
public void setResponsible(ProfileMini responsible)
-
getSpaceId
public Integer getSpaceId()
-
setSpaceId
public void setSpaceId(Integer spaceId)
-
getLink
public String getLink()
-
setLink
public void setLink(String link)
-
getCompletedOn
public org.joda.time.DateTime getCompletedOn()
-
setCompletedOn
public void setCompletedOn(org.joda.time.DateTime completedOn)
-
getCompletedBy
public AuthorizationEntity getCompletedBy()
-
setCompletedBy
public void setCompletedBy(AuthorizationEntity completedBy)
-
getReferenceType
public ReferenceType getReferenceType()
-
setReferenceType
public void setReferenceType(ReferenceType refeferenceType)
-
getReferenceId
public Integer getReferenceId()
-
setReferenceId
public void setReferenceId(Integer referenceId)
-
getReferenceTitle
public String getReferenceTitle()
-
setReferenceTitle
public void setReferenceTitle(String referenceTitle)
-
getReferenceLink
public String getReferenceLink()
-
setReferenceLink
public void setReferenceLink(String referenceLink)
-
-