OptaPlanner distribution 6.2.1-SNAPSHOT

org.optaplanner.examples.examination.domain
Class PeriodPenalty

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

public class PeriodPenalty
extends AbstractPersistable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id
 
Constructor Summary
PeriodPenalty()
           
 
Method Summary
 Topic getLeftTopic()
           
 PeriodPenaltyType getPeriodPenaltyType()
           
 Topic getRightTopic()
           
 void setLeftTopic(Topic leftTopic)
           
 void setPeriodPenaltyType(PeriodPenaltyType periodPenaltyType)
           
 void setRightTopic(Topic rightTopic)
           
 String toString()
           
 
Methods inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
compareTo, getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PeriodPenalty

public PeriodPenalty()
Method Detail

getPeriodPenaltyType

public PeriodPenaltyType getPeriodPenaltyType()

setPeriodPenaltyType

public void setPeriodPenaltyType(PeriodPenaltyType periodPenaltyType)

getLeftTopic

public Topic getLeftTopic()

setLeftTopic

public void setLeftTopic(Topic leftTopic)

getRightTopic

public Topic getRightTopic()

setRightTopic

public void setRightTopic(Topic rightTopic)

toString

public String toString()
Overrides:
toString in class AbstractPersistable

OptaPlanner distribution 6.2.1-SNAPSHOT

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