OptaPlanner examples 6.0.0.CR2

org.optaplanner.examples.examination.domain
Class Student

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

public class Student
extends AbstractPersistable

Not used during score calculation, so not inserted into the working memory.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id
 
Constructor Summary
Student()
           
 
Method Summary
 
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

Student

public Student()

OptaPlanner examples 6.0.0.CR2

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