com.xtravelsystem.online.published.V1_0RC1.transfer.answers
Class AvailabilityRSBase

java.lang.Object
  extended by com.xtravelsystem.online.published.V1_0RC1.transfer.answers.AvailabilityRSBase
Direct Known Subclasses:
AvailabilityRS, AvailabilityRSV12

public class AvailabilityRSBase
extends java.lang.Object


Constructor Summary
AvailabilityRSBase()
           
 
Method Summary
protected  AvailableTransferRSBase[] _getAvailableTransfers()
           
protected  int _getFromRow()
           
protected  int _getNumRows()
           
protected  int _getTotalRows()
           
protected  void _setAvailableTransfers(AvailableTransferRSBase[] availableTransfers)
           
protected  void _setFromRow(int fromRow)
           
protected  void _setNumRows(int numRows)
           
protected  void _setTotalRows(int totalRows)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AvailabilityRSBase

public AvailabilityRSBase()
Method Detail

_getAvailableTransfers

protected AvailableTransferRSBase[] _getAvailableTransfers()

_setAvailableTransfers

protected void _setAvailableTransfers(AvailableTransferRSBase[] availableTransfers)

_getFromRow

protected int _getFromRow()

_setFromRow

protected void _setFromRow(int fromRow)

_getNumRows

protected int _getNumRows()

_setNumRows

protected void _setNumRows(int numRows)

_getTotalRows

protected int _getTotalRows()

_setTotalRows

protected void _setTotalRows(int totalRows)