Class ContainerEntity

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

@Entity(name="GateInContainer") public class ContainerEntity extends ComponentEntity implements Serializable
See Also:
  • Field Details

    • id

      protected Long id
  • Constructor Details

    • ContainerEntity

      public ContainerEntity()
  • Method Details

    • getId

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

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

      public String getWebuiId()
    • setWebuiId

      public void setWebuiId(String webuiId)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getIcon

      public String getIcon()
    • setIcon

      public void setIcon(String icon)
    • getTemplate

      public String getTemplate()
    • setTemplate

      public void setTemplate(String template)
    • getFactoryId

      public String getFactoryId()
    • setFactoryId

      public void setFactoryId(String factoryId)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getWidth

      public String getWidth()
    • setWidth

      public void setWidth(String width)
    • getHeight

      public String getHeight()
    • setHeight

      public void setHeight(String height)
    • getChildren

      public List<ComponentEntity> getChildren()
    • setChildren

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

      public String getProperties()
    • setProperties

      public void setProperties(String properties)
    • getContainerBody

      public String getContainerBody()
    • setContainerBody

      public void setContainerBody(String containerBody)
    • toJSON

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

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