java.lang.Object
org.exoplatform.social.core.jpa.storage.entity.SpaceEntity
All Implemented Interfaces:
Serializable

@Entity(name="SocSpaceEntity") public class SpaceEntity extends Object implements Serializable
See Also:
  • Field Details

    • visibility

      public io.meeds.social.space.constant.SpaceVisibility visibility
    • groupId

      public String groupId
    • url

      public String url
  • Constructor Details

    • SpaceEntity

      public SpaceEntity()
  • Method Details

    • getCategoryIds

      public List<Long> getCategoryIds()
    • setCategoryIds

      public void setCategoryIds(List<Long> categoryIds)
    • addCategory

      public void addCategory(long categoryId)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object