org.exoplatform.wiki.service.rest.model
Class Page

java.lang.Object
  extended by org.exoplatform.wiki.service.rest.model.LinkCollection
      extended by org.exoplatform.wiki.service.rest.model.PageSummary
          extended by org.exoplatform.wiki.service.rest.model.Page

public class Page
extends PageSummary

Java class for Page complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Page">
   <complexContent>
     <extension base="{http://www.xwiki.org}PageSummary">
       <sequence>
         <element name="language" 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="created" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="creator" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="modified" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="modifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="content" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String content
           
protected  Calendar created
           
protected  String creator
           
protected  String language
           
protected  int majorVersion
           
protected  int minorVersion
           
protected  Calendar modified
           
protected  String modifier
           
protected  String version
           
 
Fields inherited from class org.exoplatform.wiki.service.rest.model.PageSummary
fullName, id, name, parent, parentId, space, syntax, title, translations, wiki, xwikiAbsoluteUrl, xwikiRelativeUrl
 
Fields inherited from class org.exoplatform.wiki.service.rest.model.LinkCollection
links
 
Constructor Summary
Page()
           
 
Method Summary
 String getContent()
          Gets the value of the content property.
 Calendar getCreated()
          Gets the value of the created property.
 String getCreator()
          Gets the value of the creator 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 getVersion()
          Gets the value of the version property.
 void setContent(String value)
          Sets the value of the content property.
 void setCreated(Calendar value)
          Sets the value of the created property.
 void setCreator(String value)
          Sets the value of the creator 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 setVersion(String value)
          Sets the value of the version property.
 
Methods inherited from class org.exoplatform.wiki.service.rest.model.PageSummary
getFullName, getId, getName, getParent, getParentId, getSpace, getSyntax, getTitle, getTranslations, getWiki, getXwikiAbsoluteUrl, getXwikiRelativeUrl, setFullName, setId, setName, setParent, setParentId, setSpace, setSyntax, setTitle, setTranslations, setWiki, setXwikiAbsoluteUrl, setXwikiRelativeUrl
 
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

language

protected String language

version

protected String version

majorVersion

protected int majorVersion

minorVersion

protected int minorVersion

created

protected Calendar created

creator

protected String creator

modified

protected Calendar modified

modifier

protected String modifier

content

protected String content
Constructor Detail

Page

public Page()
Method Detail

getLanguage

public String getLanguage()
Gets the value of the language property.

Returns:
possible object is String

setLanguage

public void setLanguage(String value)
Sets the value of the language property.

Parameters:
value - allowed object is String

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

getMajorVersion

public int getMajorVersion()
Gets the value of the majorVersion property.


setMajorVersion

public void setMajorVersion(int value)
Sets the value of the majorVersion property.


getMinorVersion

public int getMinorVersion()
Gets the value of the minorVersion property.


setMinorVersion

public void setMinorVersion(int value)
Sets the value of the minorVersion property.


getCreated

public Calendar getCreated()
Gets the value of the created property.

Returns:
possible object is String

setCreated

public void setCreated(Calendar value)
Sets the value of the created property.

Parameters:
value - allowed object is String

getCreator

public String getCreator()
Gets the value of the creator property.

Returns:
possible object is String

setCreator

public void setCreator(String value)
Sets the value of the creator property.

Parameters:
value - allowed object is String

getModified

public Calendar getModified()
Gets the value of the modified property.

Returns:
possible object is String

setModified

public void setModified(Calendar value)
Sets the value of the modified property.

Parameters:
value - allowed object is String

getModifier

public String getModifier()
Gets the value of the modifier property.

Returns:
possible object is String

setModifier

public void setModifier(String value)
Sets the value of the modifier property.

Parameters:
value - allowed object is String

getContent

public String getContent()
Gets the value of the content property.

Returns:
possible object is String

setContent

public void setContent(String value)
Sets the value of the content property.

Parameters:
value - allowed object is String


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.