public class RoomSearchResult extends Object
Constructor and Description |
---|
RoomSearchResult() |
RoomSearchResult(SearchResult<Room> copy) |
Modifier and Type | Method and Description |
---|---|
Long |
getErrorId() |
String |
getObjectName() |
Long |
getRecords() |
List<RoomDTO> |
getResult() |
void |
setErrorId(Long errorId) |
void |
setObjectName(String objectName) |
void |
setRecords(Long records) |
void |
setResult(List<RoomDTO> result) |
public RoomSearchResult()
public RoomSearchResult(SearchResult<Room> copy)
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.