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:
  • Field Details

    • id

      protected Long id
  • Constructor Details

    • WindowEntity

      public WindowEntity()
  • Method Details

    • getId

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

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

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getIcon

      public String getIcon()
    • setIcon

      public void setIcon(String icon)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • 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

      public String getTheme()
    • setTheme

      public void setTheme(String theme)
    • getWidth

      public String getWidth()
    • setWidth

      public void setWidth(String width)
    • getHeight

      public String getHeight()
    • setHeight

      public void setHeight(String height)
    • getProperties

      public String getProperties()
    • setProperties

      public void setProperties(String properties)
    • getAppType

      public WindowEntity.AppType getAppType()
    • setAppType

      public void setAppType(WindowEntity.AppType appType)
    • getContentId

      public String getContentId()
    • setContentId

      public void setContentId(String contentId)
    • getCustomization

      public byte[] getCustomization()
    • setCustomization

      public void setCustomization(byte[] customization)
    • getType

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