org.deegree_impl.services.wcas.capabilities
Class PresentOptions_Impl

java.lang.Object
  extended byorg.deegree_impl.services.wcas.capabilities.PresentOptions_Impl
All Implemented Interfaces:
PresentOptions

public class PresentOptions_Impl
extends java.lang.Object
implements PresentOptions

----------------------------------------------------------------------

Version:
2002-03-01
Author:
Andreas Poth

Field Summary
private  boolean hits
           
private  int recsMax
           
private  boolean startRec
           
 
Constructor Summary
(package private) PresentOptions_Impl(boolean startRec, boolean hits, int recsMax)
           
 
Method Summary
 boolean getHits()
           
 int getRecsMax()
          returns the maximum number of records that the catalog will return as response to one getRecord request.
 boolean getStartRec()
          returns the index of the first record that shall be considered
 void setHits(boolean hits)
           
 void setRecsMax(int recsMax)
           
 void setStartRec(boolean startRec)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startRec

private boolean startRec

hits

private boolean hits

recsMax

private int recsMax
Constructor Detail

PresentOptions_Impl

PresentOptions_Impl(boolean startRec,
                    boolean hits,
                    int recsMax)
Method Detail

getStartRec

public boolean getStartRec()
returns the index of the first record that shall be considered

Specified by:
getStartRec in interface PresentOptions

setStartRec

public void setStartRec(boolean startRec)
See Also:
getStartRec()

getHits

public boolean getHits()
Specified by:
getHits in interface PresentOptions

setHits

public void setHits(boolean hits)
See Also:
getHits()

getRecsMax

public int getRecsMax()
returns the maximum number of records that the catalog will return as response to one getRecord request.

Specified by:
getRecsMax in interface PresentOptions

setRecsMax

public void setRecsMax(int recsMax)
See Also:
getRecsMax()