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() |
getId, setId
public String getCode()
public void setCode(String code)
public int getCapacity()
public void setCapacity(int capacity)
public String toString()
toString
in class AbstractPersistable
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.