public class HistorySummary extends LinkCollection
Java class for HistorySummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HistorySummary"> <complexContent> <extension base="{http://www.xwiki.org}LinkCollection"> <sequence> <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="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="version" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="majorVersion" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="minorVersion" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="modified" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="modifier" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="modifierName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="language" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
comment |
protected String |
language |
protected int |
majorVersion |
protected int |
minorVersion |
protected Calendar |
modified |
protected String |
modifier |
protected String |
modifierName |
protected String |
name |
protected String |
pageId |
protected String |
space |
protected String |
version |
protected String |
wiki |
links
Constructor and Description |
---|
HistorySummary() |
Modifier and Type | Method and Description |
---|---|
String |
getComment()
Gets the value of the comment property.
|
String |
getLanguage()
Gets the value of the language property.
|
int |
getMajorVersion()
Gets the value of the majorVersion property.
|
int |
getMinorVersion()
Gets the value of the minorVersion property.
|
Calendar |
getModified()
Gets the value of the modified property.
|
String |
getModifier()
Gets the value of the modifier property.
|
String |
getModifierName()
Gets the value of the modifierName property.
|
String |
getName()
Gets the value of the name property.
|
String |
getPageId()
Gets the value of the pageId property.
|
String |
getSpace()
Gets the value of the space property.
|
String |
getVersion()
Gets the value of the version property.
|
String |
getWiki()
Gets the value of the wiki property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setLanguage(String value)
Sets the value of the language property.
|
void |
setMajorVersion(int value)
Sets the value of the majorVersion property.
|
void |
setMinorVersion(int value)
Sets the value of the minorVersion property.
|
void |
setModified(Calendar value)
Sets the value of the modified property.
|
void |
setModifier(String value)
Sets the value of the modifier property.
|
void |
setModifierName(String value)
Sets the value of the modifierName property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPageId(String value)
Sets the value of the pageId property.
|
void |
setSpace(String value)
Sets the value of the space property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
void |
setWiki(String value)
Sets the value of the wiki property.
|
HistorySummary |
withComment(String value) |
HistorySummary |
withLanguage(String value) |
HistorySummary |
withLinks(Collection<Link> values) |
HistorySummary |
withLinks(Link... values) |
HistorySummary |
withMajorVersion(int value) |
HistorySummary |
withMinorVersion(int value) |
HistorySummary |
withModified(Calendar value) |
HistorySummary |
withModifier(String value) |
HistorySummary |
withModifierName(String value) |
HistorySummary |
withName(String value) |
HistorySummary |
withPageId(String value) |
HistorySummary |
withSpace(String value) |
HistorySummary |
withVersion(String value) |
HistorySummary |
withWiki(String value) |
getLinks
protected String pageId
protected String wiki
protected String space
protected String name
protected String version
protected int majorVersion
protected int minorVersion
protected Calendar modified
protected String modifier
protected String modifierName
protected String language
protected String comment
public String getPageId()
String
public void setPageId(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 getName()
String
public void setName(String value)
value
- allowed object is
String
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
public int getMajorVersion()
public void setMajorVersion(int value)
public int getMinorVersion()
public void setMinorVersion(int value)
public Calendar getModified()
String
public void setModified(Calendar value)
value
- allowed object is
String
public String getModifier()
String
public void setModifier(String value)
value
- allowed object is
String
public String getModifierName()
String
public void setModifierName(String value)
value
- allowed object is
String
public String getLanguage()
String
public void setLanguage(String value)
value
- allowed object is
String
public String getComment()
String
public void setComment(String value)
value
- allowed object is
String
public HistorySummary withPageId(String value)
public HistorySummary withWiki(String value)
public HistorySummary withSpace(String value)
public HistorySummary withName(String value)
public HistorySummary withVersion(String value)
public HistorySummary withMajorVersion(int value)
public HistorySummary withMinorVersion(int value)
public HistorySummary withModified(Calendar value)
public HistorySummary withModifier(String value)
public HistorySummary withModifierName(String value)
public HistorySummary withLanguage(String value)
public HistorySummary withComment(String value)
public HistorySummary withLinks(Link... values)
withLinks
in class LinkCollection
public HistorySummary withLinks(Collection<Link> values)
withLinks
in class LinkCollection
Copyright © 2004–2021 XWiki. All rights reserved.