|
||||||||||
| 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.HistorySummary
public class HistorySummary
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="language" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
language
|
protected int |
majorVersion
|
protected int |
minorVersion
|
protected Calendar |
modified
|
protected String |
modifier
|
protected String |
name
|
protected String |
pageId
|
protected String |
space
|
protected String |
version
|
protected String |
wiki
|
| Fields inherited from class org.exoplatform.wiki.service.rest.model.LinkCollection |
|---|
links |
| Constructor Summary | |
|---|---|
HistorySummary()
|
|
| Method Summary | |
|---|---|
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 |
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 |
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 |
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. |
| 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 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 language
| Constructor Detail |
|---|
public HistorySummary()
| Method Detail |
|---|
public 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 getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic int getMajorVersion()
public void setMajorVersion(int value)
public int getMinorVersion()
public void setMinorVersion(int value)
public Calendar getModified()
Stringpublic void setModified(Calendar value)
value - allowed object is
Stringpublic String getModifier()
Stringpublic void setModifier(String value)
value - allowed object is
Stringpublic String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||