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="pageVersion" 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="pageAuthor" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="pageAuthorName" 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 |
pageAuthor |
protected String |
pageAuthorName |
protected String |
pageId |
protected String |
pageName |
protected String |
pageVersion |
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 |
getPageAuthor()
Gets the value of the pageAuthor property.
|
String |
getPageAuthorName()
Gets the value of the pageAuthorName property.
|
String |
getPageId()
Gets the value of the pageId property.
|
String |
getPageName()
Gets the value of the pageName property.
|
String |
getPageVersion()
Gets the value of the pageVersion 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 |
setPageAuthor(String value)
Sets the value of the pageAuthor property.
|
void |
setPageAuthorName(String value)
Sets the value of the pageAuthorName property.
|
void |
setPageId(String value)
Sets the value of the pageId property.
|
void |
setPageName(String value)
Sets the value of the pageName property.
|
void |
setPageVersion(String value)
Sets the value of the pageVersion property.
|
void |
setSpace(String value)
Sets the value of the space property.
|
void |
setWiki(String value)
Sets the value of the wiki property.
|
ObjectSummary |
withClassName(String value) |
ObjectSummary |
withGuid(String value) |
ObjectSummary |
withHeadline(String value) |
ObjectSummary |
withId(String value) |
ObjectSummary |
withLinks(Collection<Link> values) |
ObjectSummary |
withLinks(Link... values) |
ObjectSummary |
withNumber(int value) |
ObjectSummary |
withPageAuthor(String value) |
ObjectSummary |
withPageAuthorName(String value) |
ObjectSummary |
withPageId(String value) |
ObjectSummary |
withPageName(String value) |
ObjectSummary |
withPageVersion(String value) |
ObjectSummary |
withSpace(String value) |
ObjectSummary |
withWiki(String value) |
getLinks
protected String id
protected String guid
protected String pageId
protected String pageVersion
protected String wiki
protected String space
protected String pageName
protected String pageAuthor
protected String pageAuthorName
protected String className
protected int number
protected String headline
public void setId(String value)
value
- allowed object is
String
public String getGuid()
String
public void setGuid(String value)
value
- allowed object is
String
public String getPageId()
String
public void setPageId(String value)
value
- allowed object is
String
public String getPageVersion()
String
public void setPageVersion(String value)
value
- allowed object is
String
public String getWiki()
String
public void setWiki(String value)
value
- allowed object is
String
public String getSpace()
String
public void setSpace(String value)
value
- allowed object is
String
public String getPageName()
String
public void setPageName(String value)
value
- allowed object is
String
public String getPageAuthor()
String
public void setPageAuthor(String value)
value
- allowed object is
String
public String getPageAuthorName()
String
public void setPageAuthorName(String value)
value
- allowed object is
String
public String getClassName()
String
public void setClassName(String value)
value
- allowed object is
String
public int getNumber()
public void setNumber(int value)
public String getHeadline()
String
public void setHeadline(String value)
value
- allowed object is
String
public ObjectSummary withId(String value)
public ObjectSummary withGuid(String value)
public ObjectSummary withPageId(String value)
public ObjectSummary withPageVersion(String value)
public ObjectSummary withWiki(String value)
public ObjectSummary withSpace(String value)
public ObjectSummary withPageName(String value)
public ObjectSummary withPageAuthor(String value)
public ObjectSummary withPageAuthorName(String value)
public ObjectSummary withClassName(String value)
public ObjectSummary withNumber(int value)
public ObjectSummary withHeadline(String value)
public ObjectSummary withLinks(Link... values)
withLinks
in class LinkCollection
public ObjectSummary withLinks(Collection<Link> values)
withLinks
in class LinkCollection
Copyright © 2004–2021 XWiki. All rights reserved.