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