public class Room extends AbstractPersistable implements Labeled
id| Constructor and Description |
|---|
Room() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCapacity() |
String |
getLabel() |
int |
getPenalty() |
void |
setCapacity(int capacity) |
void |
setPenalty(int penalty) |
String |
toString() |
compareTo, getId, setIdpublic int getCapacity()
public void setCapacity(int capacity)
public int getPenalty()
public void setPenalty(int penalty)
public String toString()
toString in class AbstractPersistableCopyright © 2006–2018 JBoss by Red Hat. All rights reserved.