Class SystemTypeLayout

java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.system.SystemTypeLayout
All Implemented Interfaces:
Serializable

public class SystemTypeLayout extends MorpheusModel
See Also:
  • Field Details

  • Constructor Details

    • SystemTypeLayout

      public SystemTypeLayout()
  • Method Details

    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getVersion

      public String getVersion()
    • setVersion

      public void setVersion(String version)
    • getComponents

      public List<SystemComponentType> getComponents()
    • setComponents

      public void setComponents(List<SystemComponentType> components)
    • getInitializeWorkflows

      public List<TaskSet> getInitializeWorkflows()
    • setInitializeWorkflows

      public void setInitializeWorkflows(List<TaskSet> taskSets)
    • getUpdateWorkflows

      public List<TaskSet> getUpdateWorkflows()
    • setUpdateWorkflows

      public void setUpdateWorkflows(List<TaskSet> taskSets)
    • getEnabled

      public Boolean getEnabled()
    • setEnabled

      public void setEnabled(Boolean enabled)
    • getSystemType

      public SystemType getSystemType()
    • setSystemType

      public void setSystemType(SystemType systemType)
    • getGroupedComponents

      public Map<String,List<SystemComponentType>> getGroupedComponents()
    • getComponentsByCode

      public List<SystemComponentType> getComponentsByCode(String code)