public class ObjectSummary extends LinkCollection
Java class for ObjectSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ObjectSummary">
<complexContent>
<extension base="{http://www.xwiki.org}LinkCollection">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="guid" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="pageId" 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="className" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="number" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="headline" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
className |
protected String |
guid |
protected String |
headline |
protected String |
id |
protected int |
number |
protected String |
pageId |
protected String |
pageName |
protected String |
space |
protected String |
wiki |
links| Constructor and Description |
|---|
ObjectSummary() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Gets the value of the className property.
|
String |
getGuid()
Gets the value of the guid property.
|
String |
getHeadline()
Gets the value of the headline property.
|
String |
getId()
Gets the value of the id property.
|
int |
getNumber()
Gets the value of the number property.
|
String |
getPageId()
Gets the value of the pageId property.
|
String |
getPageName()
Gets the value of the pageName property.
|
String |
getSpace()
Gets the value of the space property.
|
String |
getWiki()
Gets the value of the wiki property.
|
void |
setClassName(String value)
Sets the value of the className property.
|
void |
setGuid(String value)
Sets the value of the guid property.
|
void |
setHeadline(String value)
Sets the value of the headline property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setNumber(int value)
Sets the value of the number property.
|
void |
setPageId(String value)
Sets the value of the pageId property.
|
void |
setPageName(String value)
Sets the value of the pageName property.
|
void |
setSpace(String value)
Sets the value of the space property.
|
void |
setWiki(String value)
Sets the value of the wiki property.
|
getLinksprotected String id
protected String guid
protected String pageId
protected String wiki
protected String space
protected String pageName
protected String className
protected int number
protected String headline
public void setId(String value)
value - allowed object is
Stringpublic String getGuid()
Stringpublic void setGuid(String value)
value - allowed object is
Stringpublic String getPageId()
Stringpublic void setPageId(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 getClassName()
Stringpublic void setClassName(String value)
value - allowed object is
Stringpublic int getNumber()
public void setNumber(int value)
public String getHeadline()
StringCopyright © 2003–2021 eXo Platform SAS. All rights reserved.