org.optaplanner.examples.projectjobscheduling.domain
Class Project
java.lang.Object
org.optaplanner.examples.common.domain.AbstractPersistable
org.optaplanner.examples.projectjobscheduling.domain.Project
- All Implemented Interfaces:
- Serializable, Comparable<AbstractPersistable>
public class Project
- extends AbstractPersistable
- See Also:
- Serialized Form
Project
public Project()
getReleaseDate
public int getReleaseDate()
setReleaseDate
public void setReleaseDate(int releaseDate)
getCriticalPathDuration
public int getCriticalPathDuration()
setCriticalPathDuration
public void setCriticalPathDuration(int criticalPathDuration)
getLocalResourceList
public List<LocalResource> getLocalResourceList()
setLocalResourceList
public void setLocalResourceList(List<LocalResource> localResourceList)
getJobList
public List<Job> getJobList()
setJobList
public void setJobList(List<Job> jobList)
getLabel
public String getLabel()
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.