Package org.opencastproject.themes
Class Theme
java.lang.Object
org.opencastproject.themes.Theme
- All Implemented Interfaces:
Serializable
Business object of themes class
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTheme(Optional<Long> id, Date creationDate, boolean isDefault, org.opencastproject.security.api.User creator, String name) Theme(Optional<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 Summary
-
Constructor Details
-
Theme
-
Theme
public Theme(Optional<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
-
getCreationDate
-
getCreator
public org.opencastproject.security.api.User getCreator() -
isDefault
public boolean isDefault() -
getName
-
getDescription
-
isBumperActive
public boolean isBumperActive() -
getBumperFile
-
isTrailerActive
public boolean isTrailerActive() -
getTrailerFile
-
isTitleSlideActive
public boolean isTitleSlideActive() -
getTitleSlideMetadata
-
getTitleSlideBackground
-
isLicenseSlideActive
public boolean isLicenseSlideActive() -
getLicenseSlideBackground
-
getLicenseSlideDescription
-
isWatermarkActive
public boolean isWatermarkActive() -
getWatermarkFile
-
getWatermarkPosition
-
toString
-