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

java.lang.Object
  extended by org.exoplatform.wiki.service.rest.model.LinkCollection
      extended by org.exoplatform.wiki.service.rest.model.ObjectSummary
Direct Known Subclasses:
Object

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>
 


Field Summary
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
           
 
Fields inherited from class org.exoplatform.wiki.service.rest.model.LinkCollection
links
 
Constructor Summary
ObjectSummary()
           
 
Method Summary
 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.
 
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

id

protected String id

guid

protected String guid

pageId

protected String pageId

wiki

protected String wiki

space

protected String space

pageName

protected String pageName

className

protected String className

number

protected int number

headline

protected String headline
Constructor Detail

ObjectSummary

public ObjectSummary()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getGuid

public String getGuid()
Gets the value of the guid property.

Returns:
possible object is String

setGuid

public void setGuid(String value)
Sets the value of the guid property.

Parameters:
value - allowed object is String

getPageId

public String getPageId()
Gets the value of the pageId property.

Returns:
possible object is String

setPageId

public void setPageId(String value)
Sets the value of the pageId property.

Parameters:
value - allowed object is String

getWiki

public String getWiki()
Gets the value of the wiki property.

Returns:
possible object is String

setWiki

public void setWiki(String value)
Sets the value of the wiki property.

Parameters:
value - allowed object is String

getSpace

public String getSpace()
Gets the value of the space property.

Returns:
possible object is String

setSpace

public void setSpace(String value)
Sets the value of the space property.

Parameters:
value - allowed object is String

getPageName

public String getPageName()
Gets the value of the pageName property.

Returns:
possible object is String

setPageName

public void setPageName(String value)
Sets the value of the pageName property.

Parameters:
value - allowed object is String

getClassName

public String getClassName()
Gets the value of the className property.

Returns:
possible object is String

setClassName

public void setClassName(String value)
Sets the value of the className property.

Parameters:
value - allowed object is String

getNumber

public int getNumber()
Gets the value of the number property.


setNumber

public void setNumber(int value)
Sets the value of the number property.


getHeadline

public String getHeadline()
Gets the value of the headline property.

Returns:
possible object is String

setHeadline

public void setHeadline(String value)
Sets the value of the headline property.

Parameters:
value - allowed object is String


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