4A Server -  2.0
 All Classes Namespaces Files Functions Variables Enumerator
cz.vutbr.fit.knot.annotations.comet.RequestInfo.EntityRequest Class Reference

Holds information about the query to dictionary entries. More...

Collaboration diagram for cz.vutbr.fit.knot.annotations.comet.RequestInfo.EntityRequest:
Collaboration graph

Public Member Functions

 EntityRequest ()
 
 EntityRequest (String type, String filter)
 
 EntityRequest (String type, String filter, Integer maxResults)
 
String getType ()
 
void setType (String type)
 
String getFilter ()
 
void setFilter (String filter)
 
Integer getMaxResults ()
 
void setMaxResults (Integer maxResults)
 

Private Attributes

String type
 
String filter
 
Integer maxResults
 

Detailed Description

Holds information about the query to dictionary entries.

Auxiliary class to query the dictionary entity.

Author
Martin Petr

Definition at line 1685 of file RequestInfo.java.

Constructor & Destructor Documentation

cz.vutbr.fit.knot.annotations.comet.RequestInfo.EntityRequest.EntityRequest ( )

Constructor.

Definition at line 1696 of file RequestInfo.java.

cz.vutbr.fit.knot.annotations.comet.RequestInfo.EntityRequest.EntityRequest ( String  type,
String  filter 
)

Constructor.

Parameters
typetype of dictionary entity
filterfilter of dictionary entities

Definition at line 1705 of file RequestInfo.java.

cz.vutbr.fit.knot.annotations.comet.RequestInfo.EntityRequest.EntityRequest ( String  type,
String  filter,
Integer  maxResults 
)

Constructor.

Parameters
typetype of dictionary entity
filterfilter of dictionary entities
maxResultsMaximum number of results

Definition at line 1717 of file RequestInfo.java.

Member Function Documentation

String cz.vutbr.fit.knot.annotations.comet.RequestInfo.EntityRequest.getFilter ( )

Gets filter of dictionary entities.

Returns
filter of dictionary entities

Definition at line 1746 of file RequestInfo.java.

Here is the caller graph for this function:

Integer cz.vutbr.fit.knot.annotations.comet.RequestInfo.EntityRequest.getMaxResults ( )

Gets maximum number of results.

Returns
maximum number of results

Definition at line 1764 of file RequestInfo.java.

Here is the caller graph for this function:

String cz.vutbr.fit.knot.annotations.comet.RequestInfo.EntityRequest.getType ( )

Gets type of dictionary entity.

Returns
type of dictionary entity

Definition at line 1728 of file RequestInfo.java.

Here is the caller graph for this function:

void cz.vutbr.fit.knot.annotations.comet.RequestInfo.EntityRequest.setFilter ( String  filter)

Sets filter of dictionary entities.

Parameters
filterfilter of dictionary entities

Definition at line 1755 of file RequestInfo.java.

void cz.vutbr.fit.knot.annotations.comet.RequestInfo.EntityRequest.setMaxResults ( Integer  maxResults)

Sets maximum number of results.

Parameters
maxResultsMaximum number of results

Definition at line 1773 of file RequestInfo.java.

void cz.vutbr.fit.knot.annotations.comet.RequestInfo.EntityRequest.setType ( String  type)

Sets type of dictionary entity.

Parameters
typetype of dictionary entity

Definition at line 1737 of file RequestInfo.java.

Member Data Documentation

String cz.vutbr.fit.knot.annotations.comet.RequestInfo.EntityRequest.filter
private

Filter of dictionary entities

Definition at line 1689 of file RequestInfo.java.

Integer cz.vutbr.fit.knot.annotations.comet.RequestInfo.EntityRequest.maxResults
private

Maximum number of results

Definition at line 1691 of file RequestInfo.java.

String cz.vutbr.fit.knot.annotations.comet.RequestInfo.EntityRequest.type
private

Type of dictionary entity

Definition at line 1687 of file RequestInfo.java.


The documentation for this class was generated from the following file: