com.xtravelsystem.online.published.V1_0RC1.hotel.answers
Class GetEstablishmentsByNameRS

java.lang.Object
  extended by 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

Constructor Summary
GetEstablishmentsByNameRS()
           
GetEstablishmentsByNameRS(EstablishmentSearchResult[] result)
           
 
Method Summary
 int getFromRow()
           
 EstablishmentSearchResult[] getResult()
           
 int getToRow()
           
 int getTotalRows()
           
 void setFromRow(int fromRow)
           
 void setResult(EstablishmentSearchResult[] result)
           
 void setToRow(int toRow)
           
 void setTotalRows(int totalRows)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetEstablishmentsByNameRS

public GetEstablishmentsByNameRS()

GetEstablishmentsByNameRS

public GetEstablishmentsByNameRS(EstablishmentSearchResult[] result)
Method Detail

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)