org.drools.planner.examples.examination.domain
Class Student

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

public class Student
extends AbstractPersistable
implements Comparable<Student>

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.drools.planner.examples.common.domain.AbstractPersistable
id
 
Constructor Summary
Student()
           
 
Method Summary
 int compareTo(Student other)
           
 
Methods inherited from class org.drools.planner.examples.common.domain.AbstractPersistable
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()
Method Detail

compareTo

public int compareTo(Student other)
Specified by:
compareTo in interface Comparable<Student>


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.