Class SiteEntity

java.lang.Object
org.exoplatform.portal.jdbc.entity.ComponentEntity
org.exoplatform.portal.jdbc.entity.SiteEntity
All Implemented Interfaces:
Serializable

@Entity(name="GateInSite") public class SiteEntity extends ComponentEntity
See Also:
  • Field Details

    • id

      protected Long id
    • bannerFileId

      protected long bannerFileId
  • Constructor Details

    • SiteEntity

      public SiteEntity()
  • Method Details

    • getId

      public Long getId()
      Specified by:
      getId in class ComponentEntity
    • setId

      public void setId(Long id)
      Specified by:
      setId in class ComponentEntity
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getLocale

      public String getLocale()
    • setLocale

      public void setLocale(String locale)
    • getSkin

      public String getSkin()
    • setSkin

      public void setSkin(String skin)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getSiteBody

      public String getSiteBody()
    • setSiteBody

      public void setSiteBody(String siteBody)
    • getSiteType

      public org.exoplatform.portal.mop.SiteType getSiteType()
    • setSiteType

      public void setSiteType(org.exoplatform.portal.mop.SiteType siteType)
    • getChildren

      public List<ComponentEntity> getChildren()
    • setChildren

      public void setChildren(List<ComponentEntity> children)
    • getProperties

      public String getProperties()
    • setProperties

      public void setProperties(String properties)
    • setDefaultSiteBody

      public void setDefaultSiteBody(boolean defaultSiteBody)
    • isDefaultSiteBody

      public boolean isDefaultSiteBody()
    • isDisplayed

      public boolean isDisplayed()
    • setDisplayed

      public void setDisplayed(boolean displayed)
    • getDisplayOrder

      public int getDisplayOrder()
    • setDisplayOrder

      public void setDisplayOrder(int displayOrder)
    • getBannerFileId

      public long getBannerFileId()
    • setBannerFileId

      public void setBannerFileId(long bannerFileId)
    • toJSON

      public org.json.simple.JSONObject toJSON()
      Overrides:
      toJSON in class ComponentEntity
    • getType

      public ComponentEntity.TYPE getType()
      Specified by:
      getType in class ComponentEntity