org.optaplanner.examples.examination.domain
public class Room extends AbstractPersistable
id
Constructor and Description |
---|
Room() |
Modifier and Type | Method and Description |
---|---|
int |
getCapacity() |
int |
getPenalty() |
void |
setCapacity(int capacity) |
void |
setPenalty(int penalty) |
String |
toString() |
compareTo, getId, setId
public int getCapacity()
public void setCapacity(int capacity)
public int getPenalty()
public void setPenalty(int penalty)
public String toString()
toString
in class AbstractPersistable
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.