OptaPlanner distribution 6.0.1.Final

org.optaplanner.examples.projectjobscheduling.domain
Class Project

java.lang.Object
  extended by org.optaplanner.examples.common.domain.AbstractPersistable
      extended by org.optaplanner.examples.projectjobscheduling.domain.Project
All Implemented Interfaces:
Serializable, Comparable<AbstractPersistable>

public class Project
extends AbstractPersistable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id
 
Constructor Summary
Project()
           
 
Method Summary
 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)
           
 
Methods inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
compareTo, getId, setId, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Project

public Project()
Method Detail

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)

getCriticalPathEndDate

public int getCriticalPathEndDate()

getLabel

public String getLabel()

OptaPlanner distribution 6.0.1.Final

Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.