org.drools.planner.examples.examination.domain
Class RoomPenalty
java.lang.Object
org.drools.planner.examples.common.domain.AbstractPersistable
org.drools.planner.examples.examination.domain.RoomPenalty
- All Implemented Interfaces:
- Serializable, Comparable<AbstractPersistable>
public class RoomPenalty
- extends AbstractPersistable
- See Also:
- Serialized Form
RoomPenalty
public RoomPenalty()
getRoomPenaltyType
public RoomPenaltyType getRoomPenaltyType()
setRoomPenaltyType
public void setRoomPenaltyType(RoomPenaltyType roomPenaltyType)
getTopic
public Topic getTopic()
setTopic
public void setTopic(Topic topic)
toString
public String toString()
- Overrides:
toString
in class AbstractPersistable
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.