@Entity public class Project extends Object
| Constructor and Description |
|---|
Project() |
Project(String name,
String description,
Set<Status> status,
Set<String> manager,
Set<String> participator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canEdit(org.exoplatform.services.security.Identity user) |
boolean |
canView(org.exoplatform.services.security.Identity user) |
Project |
clone(boolean cloneTask) |
boolean |
equals(Object obj) |
List<Project> |
getChildren() |
String |
getColor() |
String |
getDescription() |
Date |
getDueDate() |
long |
getId() |
Set<String> |
getManager() |
String |
getName() |
Project |
getParent() |
Set<String> |
getParticipator() |
Set<Status> |
getStatus() |
int |
hashCode() |
boolean |
isCalendarIntegrated() |
void |
setCalendarIntegrated(boolean calendarIntegrated) |
void |
setChildren(List<Project> children) |
void |
setColor(String color) |
void |
setDescription(String description) |
void |
setDueDate(Date dueDate) |
void |
setId(long id) |
void |
setManager(Set<String> manager) |
void |
setName(String name) |
void |
setParent(Project parent) |
void |
setParticipator(Set<String> participator) |
void |
setStatus(Set<Status> status) |
public long getId()
public void setId(long id)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public Date getDueDate()
public void setDueDate(Date dueDate)
public String getColor()
public void setColor(String color)
public boolean isCalendarIntegrated()
public void setCalendarIntegrated(boolean calendarIntegrated)
public Project getParent()
public void setParent(Project parent)
public Project clone(boolean cloneTask)
public boolean canView(org.exoplatform.services.security.Identity user)
public boolean canEdit(org.exoplatform.services.security.Identity user)
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.