com.primus.searchstudio
Class CategoryRequestOptions

java.lang.Object
  extended by com.primus.searchstudio.CategoryRequestOptions
All Implemented Interfaces:
java.io.Serializable

public final class CategoryRequestOptions
extends java.lang.Object
implements java.io.Serializable

Encapsulates options common to all requests (not just search requests).

See Also:
SearchOptions, Serialized Form

Constructor Summary
CategoryRequestOptions(java.util.Map opts)
          Encapsulates options common to all requests (not just search requests).
 
Method Summary
 java.util.Map getOpts()
           
 java.lang.String toString()
          Standard toString function.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CategoryRequestOptions

public CategoryRequestOptions(java.util.Map opts)
Encapsulates options common to all requests (not just search requests).

Method Detail

getOpts

public java.util.Map getOpts()

toString

public java.lang.String toString()
Standard toString function.

Overrides:
toString in class java.lang.Object