com.xtravelsystem.online.published.V1_0RC1.hotel.answers
Class GetEstablishmentsByNameRS
java.lang.Object
com.xtravelsystem.online.published.V1_0RC1.hotel.answers.GetEstablishmentsByNameRS
public class GetEstablishmentsByNameRS
- extends java.lang.Object
holder for the GetEstablishmentsByName method response
- Author:
- Miguel Pérez
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetEstablishmentsByNameRS
public GetEstablishmentsByNameRS()
GetEstablishmentsByNameRS
public GetEstablishmentsByNameRS(EstablishmentSearchResult[] result)
getResult
public EstablishmentSearchResult[] getResult()
setResult
public void setResult(EstablishmentSearchResult[] result)
getFromRow
public int getFromRow()
setFromRow
public void setFromRow(int fromRow)
getToRow
public int getToRow()
setToRow
public void setToRow(int toRow)
getTotalRows
public int getTotalRows()
setTotalRows
public void setTotalRows(int totalRows)