Class SmeupSetupBase

java.lang.Object
com.smeup.kokos.sdk.model.data.DynamicAttributeMap
com.smeup.kokos.sdk.model.data.SmeupSetupBase
Direct Known Subclasses:
SectionComponent, SmeupSetup

public class SmeupSetupBase extends DynamicAttributeMap
Author:
mattia.bonardi The model class of smeup data setup base
  • Constructor Details

    • SmeupSetupBase

      public SmeupSetupBase()
  • Method Details

    • getOptions

      public Map<String,List<Map<String,String>>> getOptions()
    • setOptions

      public void setOptions(Map<String,List<Map<String,String>>> options)
    • setComponentSetup

      public void setComponentSetup(String componentType, Map<String,String> setupAttributes)
      Put a setup configuration into component options
      Parameters:
      componentType - component type
      setupAttributes - setup attributes
    • getComponentSetup

      public List<Map<String,String>> getComponentSetup(String componentType)
      Get the setup map of a component
      Parameters:
      componentType - component type
      Returns:
      setup map