Class WindowEntity
java.lang.Object
org.exoplatform.portal.jdbc.entity.ComponentEntity
org.exoplatform.portal.jdbc.entity.WindowEntity
- All Implemented Interfaces:
Serializable
@Entity(name="GateInWindow")
public class WindowEntity
extends ComponentEntity
implements Serializable
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.exoplatform.portal.jdbc.entity.ComponentEntity
ComponentEntity.TYPE -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getIcon()getId()getTheme()getTitle()getType()getWidth()booleanbooleanbooleanvoidsetAppType(WindowEntity.AppType appType) voidsetContentId(String contentId) voidsetCustomization(byte[] customization) voidsetDescription(String description) voidvoidvoidvoidsetProperties(String properties) voidsetShowApplicationMode(boolean showApplicationMode) voidsetShowApplicationState(boolean showApplicationState) voidsetShowInfoBar(boolean showInfoBar) voidvoidvoidMethods inherited from class org.exoplatform.portal.jdbc.entity.ComponentEntity
getJSONString, getJSONString, toJSON
-
Field Details
-
id
-
-
Constructor Details
-
WindowEntity
public WindowEntity()
-
-
Method Details
-
getId
- Specified by:
getIdin classComponentEntity
-
setId
- Specified by:
setIdin classComponentEntity
-
getTitle
-
setTitle
-
getIcon
-
setIcon
-
getDescription
-
setDescription
-
isShowInfoBar
public boolean isShowInfoBar() -
setShowInfoBar
public void setShowInfoBar(boolean showInfoBar) -
isShowApplicationState
public boolean isShowApplicationState() -
setShowApplicationState
public void setShowApplicationState(boolean showApplicationState) -
isShowApplicationMode
public boolean isShowApplicationMode() -
setShowApplicationMode
public void setShowApplicationMode(boolean showApplicationMode) -
getTheme
-
setTheme
-
getWidth
-
setWidth
-
getHeight
-
setHeight
-
getProperties
-
setProperties
-
getAppType
-
setAppType
-
getContentId
-
setContentId
-
getCustomization
public byte[] getCustomization() -
setCustomization
public void setCustomization(byte[] customization) -
getType
- Specified by:
getTypein classComponentEntity
-