|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.wiki.service.rest.model.LinkCollection
org.exoplatform.wiki.service.rest.model.SearchResult
public class SearchResult
Java class for SearchResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchResult">
<complexContent>
<extension base="{http://www.xwiki.org}LinkCollection">
<sequence>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="pageFullName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="wiki" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="space" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="pageName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="language" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="className" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="objectNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
className
|
protected String |
id
|
protected String |
language
|
protected Integer |
objectNumber
|
protected String |
pageFullName
|
protected String |
pageName
|
protected String |
space
|
protected String |
type
|
protected String |
wiki
|
| Fields inherited from class org.exoplatform.wiki.service.rest.model.LinkCollection |
|---|
links |
| Constructor Summary | |
|---|---|
SearchResult()
|
|
| Method Summary | |
|---|---|
String |
getClassName()
Gets the value of the className property. |
String |
getId()
Gets the value of the id property. |
String |
getLanguage()
Gets the value of the language property. |
Integer |
getObjectNumber()
Gets the value of the objectNumber property. |
String |
getPageFullName()
Gets the value of the pageFullName property. |
String |
getPageName()
Gets the value of the pageName property. |
String |
getSpace()
Gets the value of the space property. |
String |
getType()
Gets the value of the type property. |
String |
getWiki()
Gets the value of the wiki property. |
void |
setClassName(String value)
Sets the value of the className property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setLanguage(String value)
Sets the value of the language property. |
void |
setObjectNumber(Integer value)
Sets the value of the objectNumber property. |
void |
setPageFullName(String value)
Sets the value of the pageFullName property. |
void |
setPageName(String value)
Sets the value of the pageName property. |
void |
setSpace(String value)
Sets the value of the space property. |
void |
setType(String value)
Sets the value of the type property. |
void |
setWiki(String value)
Sets the value of the wiki property. |
| Methods inherited from class org.exoplatform.wiki.service.rest.model.LinkCollection |
|---|
getLinks |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String type
protected String id
protected String pageFullName
protected String wiki
protected String space
protected String pageName
protected String language
protected String className
protected Integer objectNumber
| Constructor Detail |
|---|
public SearchResult()
| Method Detail |
|---|
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getPageFullName()
Stringpublic void setPageFullName(String value)
value - allowed object is
Stringpublic String getWiki()
Stringpublic void setWiki(String value)
value - allowed object is
Stringpublic String getSpace()
Stringpublic void setSpace(String value)
value - allowed object is
Stringpublic String getPageName()
Stringpublic void setPageName(String value)
value - allowed object is
Stringpublic String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
Stringpublic String getClassName()
Stringpublic void setClassName(String value)
value - allowed object is
Stringpublic Integer getObjectNumber()
Integerpublic void setObjectNumber(Integer value)
value - allowed object is
Integer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||