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:
-
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 TypeMethodDescriptiongetIcon()getId()getName()getTitle()getType()getWidth()voidsetChildren(List<ComponentEntity> children) voidsetContainerBody(String containerBody) voidsetDescription(String description) voidsetFactoryId(String factoryId) voidvoidvoidvoidvoidsetProperties(String properties) voidsetTemplate(String template) voidvoidsetWebuiId(String webuiId) voidorg.json.simple.JSONObjecttoJSON()Methods inherited from class org.exoplatform.portal.jdbc.entity.ComponentEntity
getJSONString, getJSONString
-
Field Details
-
id
-
-
Constructor Details
-
ContainerEntity
public ContainerEntity()
-
-
Method Details
-
getId
- Specified by:
getIdin classComponentEntity
-
setId
- Specified by:
setIdin classComponentEntity
-
getWebuiId
-
setWebuiId
-
getName
-
setName
-
getIcon
-
setIcon
-
getTemplate
-
setTemplate
-
getFactoryId
-
setFactoryId
-
getTitle
-
setTitle
-
getDescription
-
setDescription
-
getWidth
-
setWidth
-
getHeight
-
setHeight
-
getChildren
-
setChildren
-
getProperties
-
setProperties
-
getContainerBody
-
setContainerBody
-
toJSON
public org.json.simple.JSONObject toJSON()- Overrides:
toJSONin classComponentEntity
-
getType
- Specified by:
getTypein classComponentEntity
-