|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.dragon.service.deployment.RequestOptionsTO
public class RequestOptionsTO
Java class for requestOptionsTO complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="requestOptionsTO">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="caseSensitive" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="firstResult" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="nbOfResults" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="sortAscendingly" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="sortCriteria" type="{http://deployment.service.dragon.ow2.org/}sortCriteria" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected boolean |
caseSensitive
|
protected int |
firstResult
|
protected int |
nbOfResults
|
protected boolean |
sortAscendingly
|
protected SortCriteria |
sortCriteria
|
| Constructor Summary | |
|---|---|
RequestOptionsTO()
|
|
| Method Summary | |
|---|---|
int |
getFirstResult()
Gets the value of the firstResult property. |
int |
getNbOfResults()
Gets the value of the nbOfResults property. |
SortCriteria |
getSortCriteria()
Gets the value of the sortCriteria property. |
boolean |
isCaseSensitive()
Gets the value of the caseSensitive property. |
boolean |
isSortAscendingly()
Gets the value of the sortAscendingly property. |
void |
setCaseSensitive(boolean value)
Sets the value of the caseSensitive property. |
void |
setFirstResult(int value)
Sets the value of the firstResult property. |
void |
setNbOfResults(int value)
Sets the value of the nbOfResults property. |
void |
setSortAscendingly(boolean value)
Sets the value of the sortAscendingly property. |
void |
setSortCriteria(SortCriteria value)
Sets the value of the sortCriteria property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean caseSensitive
protected int firstResult
protected int nbOfResults
protected boolean sortAscendingly
protected SortCriteria sortCriteria
| Constructor Detail |
|---|
public RequestOptionsTO()
| Method Detail |
|---|
public boolean isCaseSensitive()
public void setCaseSensitive(boolean value)
public int getFirstResult()
public void setFirstResult(int value)
public int getNbOfResults()
public void setNbOfResults(int value)
public boolean isSortAscendingly()
public void setSortAscendingly(boolean value)
public SortCriteria getSortCriteria()
SortCriteriapublic void setSortCriteria(SortCriteria value)
value - allowed object is
SortCriteria
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||