Class ComponentEntity

java.lang.Object
org.exoplatform.portal.jdbc.entity.ComponentEntity
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ContainerEntity, PageEntity, SiteEntity, WindowEntity

public abstract class ComponentEntity extends Object implements Serializable
See Also:
  • Constructor Details

    • ComponentEntity

      public ComponentEntity()
  • Method Details

    • toJSON

      public org.json.simple.JSONObject toJSON()
    • getId

      public abstract Long getId()
    • setId

      public abstract void setId(Long id)
    • getType

      public abstract ComponentEntity.TYPE getType()
    • getJSONString

      protected static final String getJSONString(org.json.simple.JSONObject jsonObject)
    • getJSONString

      protected static final String getJSONString(org.json.simple.JSONArray jsonArray)