Class DynamicContent

java.lang.Object
io.goobi.viewer.model.jsf.DynamicContent
All Implemented Interfaces:
Serializable

public class DynamicContent extends Object implements Serializable
Author:
florian
See Also:
  • Constructor Details

    • DynamicContent

      public DynamicContent(DynamicContentType type, String componentFilename)
      Parameters:
      type -
      componentFilename -
  • Method Details

    • getId

      public String getId()
      Returns:
      the id
    • setId

      public void setId(String id)
      Parameters:
      id - the id to set
    • getAttributes

      public Map<String,Object> getAttributes()
      Returns:
      the attributes
    • setAttributes

      public void setAttributes(Map<String,Object> attributes)
      Parameters:
      attributes - the attributes to set
    • getType

      public DynamicContentType getType()
      Returns:
      the type
    • getComponentFilename

      public String getComponentFilename()