java.lang.Object
org.exoplatform.social.core.storage.cache.model.data.SpaceSimpleData
All Implemented Interfaces:
Serializable, CacheData<org.exoplatform.social.core.space.model.Space>

public class SpaceSimpleData extends Object implements CacheData<org.exoplatform.social.core.space.model.Space>
Immutable space simple data. It only contains the briefing data for Space.
Version:
$Revision$
Author:
Thanh Vu
See Also:
  • Constructor Details

    • SpaceSimpleData

      public SpaceSimpleData(org.exoplatform.social.core.space.model.Space space)
  • Method Details

    • build

      public org.exoplatform.social.core.space.model.Space build()
      Description copied from interface: CacheData
      Build UI mutable model.
      Specified by:
      build in interface CacheData<org.exoplatform.social.core.space.model.Space>
      Returns:
      Mutable model
    • getId

      public String getId()
    • getApp

      public String getApp()
    • getPrettyName

      public String getPrettyName()
    • getDisplayName

      public String getDisplayName()
    • getDescription

      public String getDescription()
    • getAvatarUrl

      public String getAvatarUrl()
    • getGroupId

      public String getGroupId()
    • getUrl

      public String getUrl()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object