public class TalkType extends AbstractPersistable
id
Constructor and Description |
---|
TalkType() |
TalkType(long id) |
TalkType(long id,
String name) |
Modifier and Type | Method and Description |
---|---|
Set<Room> |
getCompatibleRoomSet() |
Set<Timeslot> |
getCompatibleTimeslotSet() |
String |
getName() |
void |
setCompatibleRoomSet(Set<Room> compatibleRoomSet) |
void |
setCompatibleTimeslotSet(Set<Timeslot> compatibleTimeslotSet) |
void |
setName(String name) |
String |
toString() |
getId, setId
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.