@Entity public class Room extends Object implements Serializable
Constructor and Description |
---|
Room() |
Modifier and Type | Method and Description |
---|---|
String |
getBuildingName() |
String |
getId() |
String |
getNumber() |
void |
setBuildingName(String buildingName) |
void |
setId(String id) |
void |
setNumber(String number) |
public Room()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.