Package org.exoplatform.task.domain
Class Project
java.lang.Object
org.exoplatform.task.domain.Project
- Author:
- Tuyen Nguyen The
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanEdit(org.exoplatform.services.security.Identity user) booleancanView(org.exoplatform.services.security.Identity user) clone(boolean cloneTask) booleanDeprecated.getColor()longgetId()Deprecated.getName()Deprecated.Deprecated.inthashCode()voidsetChildren(List<Project> children) Deprecated.voidvoidsetDescription(String description) voidsetDueDate(Date dueDate) voidsetId(long id) voidsetLastModifiedDate(Long lastModifiedDate) voidsetManager(Set<String> manager) voidvoidvoidsetParticipator(Set<String> participator) voidDeprecated.
-
Field Details
-
PREFIX_CLONE
- See Also:
-
-
Constructor Details
-
Project
public Project() -
Project
-
-
Method Details
-
getId
public long getId() -
setId
public void setId(long id) -
getName
-
setName
-
getStatus
Deprecated. -
setStatus
Deprecated. -
getParticipator
Deprecated. -
setParticipator
-
getManager
Deprecated. -
setManager
-
getDescription
-
setDescription
-
getDueDate
-
setDueDate
-
getColor
-
setColor
-
getParent
-
setParent
-
getLastModifiedDate
-
setLastModifiedDate
-
getChildren
Deprecated. -
setChildren
Deprecated. -
clone
-
canView
public boolean canView(org.exoplatform.services.security.Identity user) -
canEdit
public boolean canEdit(org.exoplatform.services.security.Identity user) -
getHiddenOn
-
hashCode
public int hashCode() -
equals
-