Class Theme

java.lang.Object
org.opencastproject.themes.Theme
All Implemented Interfaces:
Serializable

public class Theme extends Object implements Serializable
Business object of themes class
See Also:
  • Constructor Details

    • Theme

      public Theme(org.opencastproject.util.data.Option<Long> id, Date creationDate, boolean isDefault, org.opencastproject.security.api.User creator, String name)
    • Theme

      public Theme(org.opencastproject.util.data.Option<Long> id, Date creationDate, boolean isDefault, org.opencastproject.security.api.User creator, String name, String description, boolean bumperActive, String bumperFile, boolean trailerActive, String trailerFile, boolean titleSlideActive, String titleSlideMetadata, String titleSlideBackground, boolean licenseSlideActive, String licenseSlideBackground, String licenseSlideDescription, boolean watermarkActive, String watermarkFile, String watermarkPosition)
  • Method Details

    • getId

      public org.opencastproject.util.data.Option<Long> getId()
    • getCreationDate

      public Date getCreationDate()
    • getCreator

      public org.opencastproject.security.api.User getCreator()
    • isDefault

      public boolean isDefault()
    • getName

      public String getName()
    • getDescription

      public String getDescription()
    • isBumperActive

      public boolean isBumperActive()
    • getBumperFile

      public String getBumperFile()
    • isTrailerActive

      public boolean isTrailerActive()
    • getTrailerFile

      public String getTrailerFile()
    • isTitleSlideActive

      public boolean isTitleSlideActive()
    • getTitleSlideMetadata

      public String getTitleSlideMetadata()
    • getTitleSlideBackground

      public String getTitleSlideBackground()
    • isLicenseSlideActive

      public boolean isLicenseSlideActive()
    • getLicenseSlideBackground

      public String getLicenseSlideBackground()
    • getLicenseSlideDescription

      public String getLicenseSlideDescription()
    • isWatermarkActive

      public boolean isWatermarkActive()
    • getWatermarkFile

      public String getWatermarkFile()
    • getWatermarkPosition

      public String getWatermarkPosition()
    • toString

      public String toString()
      Overrides:
      toString in class Object