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

java.lang.Object
  extended by com.xtravelsystem.online.published.V1_0RC1.hotel.answers.GetEstablishmentsByNameRSV12

public class GetEstablishmentsByNameRSV12
extends java.lang.Object

holder for the GetEstablishmentsByNameV12 method response

Author:
Carlos Pérez

Constructor Summary
GetEstablishmentsByNameRSV12()
           
GetEstablishmentsByNameRSV12(EstablishmentSearchResultV12[] result)
           
 
Method Summary
 int getFromRow()
           
 EstablishmentSearchResultV12[] getResult()
           
 int getToRow()
           
 int getTotalRows()
           
 void setFromRow(int fromRow)
           
 void setResult(EstablishmentSearchResultV12[] 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

GetEstablishmentsByNameRSV12

public GetEstablishmentsByNameRSV12()

GetEstablishmentsByNameRSV12

public GetEstablishmentsByNameRSV12(EstablishmentSearchResultV12[] result)
Method Detail

getResult

public EstablishmentSearchResultV12[] getResult()

setResult

public void setResult(EstablishmentSearchResultV12[] 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)