Package net.worcade.client.get
Interface Room
-
- All Superinterfaces:
Entity,Reference,ReferenceWithName
- All Known Implementing Classes:
IncomingDto
public interface Room extends Entity, ReferenceWithName
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFloor()Collection<? extends ReferenceWithName>getLabels()StringgetRoomNumber()RoomModificationmodify()-
Methods inherited from interface net.worcade.client.get.Entity
created, createdBy, getOwners, getRemoteIds, modifier
-
Methods inherited from interface net.worcade.client.get.Reference
getId, getModified, getType, getVersion, isDeleted
-
Methods inherited from interface net.worcade.client.get.ReferenceWithName
getName
-
-
-
-
Method Detail
-
modify
RoomModification modify()
-
getFloor
String getFloor()
-
getRoomNumber
String getRoomNumber()
-
getLabels
Collection<? extends ReferenceWithName> getLabels()
-
-