com.atlassian.confluence.plugins.spacedirectory.rest
Class SpaceDirectoryEntity

java.lang.Object
  extended by com.atlassian.confluence.plugins.spacedirectory.rest.SpaceDirectoryEntity

public class SpaceDirectoryEntity
extends Object

This Space Entity is designed to hold the most amount of space data without affecting performance. So attributes like rootPages, permissions and home page should not be accessed via this entity.


Constructor Summary
SpaceDirectoryEntity()
           
 
Method Summary
 void addLink(com.atlassian.plugins.rest.common.Link link)
           
 DateEntity getCreatedDate()
           
 String getDescription()
           
 String getEffectiveUser()
           
 Boolean getFavourite()
           
 String getKey()
           
 LabelEntityList getLabels()
           
 DateEntity getLastModifiedDate()
           
 List<com.atlassian.plugins.rest.common.Link> getLinks()
           
 com.atlassian.plugins.rest.common.Link getLogo()
           
 String getName()
           
 String getTitle()
           
 String getWikiLink()
           
 void setCreatedDate(DateEntity createdDate)
           
 void setDescription(String description)
           
 void setEffectiveUser(String effectiveUser)
           
 void setFavourite(Boolean favourite)
           
 void setKey(String key)
           
 void setLabels(LabelEntityList labels)
           
 void setLastModifiedDate(DateEntity lastModifiedDate)
           
 void setLogo(com.atlassian.plugins.rest.common.Link logo)
           
 void setName(String name)
           
 void setWikiLink(String wikiLink)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpaceDirectoryEntity

public SpaceDirectoryEntity()
Method Detail

getKey

public String getKey()

setKey

public void setKey(String key)

getName

public String getName()

setName

public void setName(String name)

getTitle

public String getTitle()

getLinks

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

addLink

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

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getLastModifiedDate

public DateEntity getLastModifiedDate()

setLastModifiedDate

public void setLastModifiedDate(DateEntity lastModifiedDate)

getCreatedDate

public DateEntity getCreatedDate()

setCreatedDate

public void setCreatedDate(DateEntity createdDate)

getWikiLink

public String getWikiLink()

setWikiLink

public void setWikiLink(String wikiLink)

getEffectiveUser

public String getEffectiveUser()

setEffectiveUser

public void setEffectiveUser(String effectiveUser)

getLabels

public LabelEntityList getLabels()

setLabels

public void setLabels(LabelEntityList labels)

getLogo

public com.atlassian.plugins.rest.common.Link getLogo()

setLogo

public void setLogo(com.atlassian.plugins.rest.common.Link logo)

getFavourite

public Boolean getFavourite()

setFavourite

public void setFavourite(Boolean favourite)


Copyright © 2003-2011 Atlassian. All Rights Reserved.