|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.datasource.mongodb.business.MongoDBRequestModel
public class MongoDBRequestModel
Model object of a MongoDB request
Constructor Summary | |
---|---|
MongoDBRequestModel()
|
Method Summary | |
---|---|
java.lang.String |
getCollectionName()
Gets the collectionName value |
java.lang.String |
getFilterString()
Gets the filterString value |
java.lang.String |
getKeysString()
Gets the keysString value |
int |
getLimit()
Gets the limit value |
java.lang.String |
getSortString()
Gets the sortString value |
int |
getStart()
Gets the start value |
void |
setCollectionName(java.lang.String collectionName)
Sets the value of collectionName |
void |
setFilterString(java.lang.String filterString)
Sets the value of filterString |
void |
setKeysString(java.lang.String keysString)
Sets the value of keysString |
void |
setLimit(int limit)
Sets the value of limit |
void |
setSortString(java.lang.String sortString)
Sets the value of sortString |
void |
setStart(int start)
Sets the value of start |
java.lang.String |
toStringRequest()
Get the current request as a String object |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MongoDBRequestModel()
Method Detail |
---|
public java.lang.String getFilterString()
public void setFilterString(java.lang.String filterString)
filterString
- the filterString to setpublic java.lang.String getKeysString()
public void setKeysString(java.lang.String keysString)
keysString
- the keysString to setpublic int getStart()
public void setStart(int start)
start
- the start to setpublic int getLimit()
public void setLimit(int limit)
limit
- the limit to setpublic java.lang.String getCollectionName()
public void setCollectionName(java.lang.String collectionName)
collectionName
- the collectionName to setpublic java.lang.String toStringRequest()
public java.lang.String getSortString()
public void setSortString(java.lang.String sortString)
sortString
- the sortString to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |