Class SiteEntity
java.lang.Object
org.exoplatform.portal.jdbc.entity.ComponentEntity
org.exoplatform.portal.jdbc.entity.SiteEntity
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.exoplatform.portal.jdbc.entity.ComponentEntity
ComponentEntity.TYPE -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongintgetId()getLabel()getName()org.exoplatform.portal.mop.SiteTypegetSkin()getType()booleanbooleanvoidsetBannerFileId(long bannerFileId) voidsetChildren(List<ComponentEntity> children) voidsetDefaultSiteBody(boolean defaultSiteBody) voidsetDescription(String description) voidsetDisplayed(boolean displayed) voidsetDisplayOrder(int displayOrder) voidvoidvoidvoidvoidsetProperties(String properties) voidsetSiteBody(String siteBody) voidsetSiteType(org.exoplatform.portal.mop.SiteType siteType) voidorg.json.simple.JSONObjecttoJSON()Methods inherited from class org.exoplatform.portal.jdbc.entity.ComponentEntity
getJSONString, getJSONString
-
Field Details
-
id
-
bannerFileId
protected long bannerFileId
-
-
Constructor Details
-
SiteEntity
public SiteEntity()
-
-
Method Details
-
getId
- Specified by:
getIdin classComponentEntity
-
setId
- Specified by:
setIdin classComponentEntity
-
getName
-
setName
-
getLocale
-
setLocale
-
getSkin
-
setSkin
-
getLabel
-
setLabel
-
getDescription
-
setDescription
-
getSiteBody
-
setSiteBody
-
getSiteType
public org.exoplatform.portal.mop.SiteType getSiteType() -
setSiteType
public void setSiteType(org.exoplatform.portal.mop.SiteType siteType) -
getChildren
-
setChildren
-
getProperties
-
setProperties
-
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:
toJSONin classComponentEntity
-
getType
- Specified by:
getTypein classComponentEntity
-