public class Project extends AbstractPersistable
id
Constructor and Description |
---|
Project() |
Modifier and Type | Method and Description |
---|---|
int |
getCriticalPathDuration() |
int |
getCriticalPathEndDate() |
List<Job> |
getJobList() |
String |
getLabel() |
List<LocalResource> |
getLocalResourceList() |
int |
getReleaseDate() |
void |
setCriticalPathDuration(int criticalPathDuration) |
void |
setJobList(List<Job> jobList) |
void |
setLocalResourceList(List<LocalResource> localResourceList) |
void |
setReleaseDate(int releaseDate) |
compareTo, getId, setId, toString
public int getReleaseDate()
public void setReleaseDate(int releaseDate)
public int getCriticalPathDuration()
public void setCriticalPathDuration(int criticalPathDuration)
public List<LocalResource> getLocalResourceList()
public void setLocalResourceList(List<LocalResource> localResourceList)
public int getCriticalPathEndDate()
public String getLabel()
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.