com.atlassian.confluence.plugins.rest.entities
Class SpaceEntity

java.lang.Object
  extended by com.atlassian.confluence.plugins.rest.entities.SearchResultEntity
      extended by com.atlassian.confluence.plugins.rest.entities.SpaceEntity

@Expander(value=SpaceEntityExpander.class)
public class SpaceEntity
extends SearchResultEntity

A simple bean to represent Space.


Field Summary
 
Fields inherited from class com.atlassian.confluence.plugins.rest.entities.SearchResultEntity
id
 
Constructor Summary
SpaceEntity()
           
 
Method Summary
 void addLink(com.atlassian.plugins.rest.common.Link link)
           
 boolean equals(Object obj)
           
 DateEntity getCreatedDate()
           
 String getDescription()
           
 ContentEntity getHome()
           
 String getKey()
           
 DateEntity getLastModifiedDate()
           
 List<com.atlassian.plugins.rest.common.Link> getLinks()
           
 String getName()
           
 ContentEntityList getRootPages()
           
 String getTitle()
           
 SpaceEntityUserProperties getUserProperties()
           
 String getWikiLink()
           
 int hashCode()
           
 void setCreatedDate(DateEntity createdDate)
           
 void setDescription(String description)
           
 void setHome(ContentEntity home)
           
 void setKey(String key)
           
 void setLastModifiedDate(DateEntity lastModifiedDate)
           
 void setName(String name)
           
 void setRootPages(ContentEntityList rootPages)
           
 void setUserProperties(SpaceEntityUserProperties userProperties)
           
 void setWikiLink(String wikiLink)
           
 String toString()
          String representation is only used for diagnostic purposes.
 
Methods inherited from class com.atlassian.confluence.plugins.rest.entities.SearchResultEntity
getId, getIdLong, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpaceEntity

public SpaceEntity()
Method Detail

getKey

public String getKey()

getName

public String getName()

getRootPages

public ContentEntityList getRootPages()

getHome

public ContentEntity getHome()

setKey

public void setKey(String key)

setName

public void setName(String name)

getTitle

public String getTitle()

setHome

public void setHome(ContentEntity home)

toString

public String toString()
String representation is only used for diagnostic purposes.

Overrides:
toString in class Object

setRootPages

public void setRootPages(ContentEntityList rootPages)

getUserProperties

public SpaceEntityUserProperties getUserProperties()

setUserProperties

public void setUserProperties(SpaceEntityUserProperties userProperties)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

setLastModifiedDate

public void setLastModifiedDate(DateEntity lastModifiedDate)

getLastModifiedDate

public DateEntity getLastModifiedDate()

setCreatedDate

public void setCreatedDate(DateEntity createdDate)

getCreatedDate

public DateEntity getCreatedDate()

setWikiLink

public void setWikiLink(String wikiLink)

getWikiLink

public String getWikiLink()

addLink

public void addLink(com.atlassian.plugins.rest.common.Link link)

getLinks

public List<com.atlassian.plugins.rest.common.Link> getLinks()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2003-2012 Atlassian. All Rights Reserved.