java.lang.Object
ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans.xml.XmlScript

public class XmlScript extends Object
Author:
Abdulin Ildar
  • Constructor Details

    • XmlScript

      public XmlScript()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getClassRef

      public ClassRef getClassRef()
    • setClassRef

      public void setClassRef(ClassRef classRef)
    • getEnabled

      public Boolean getEnabled()
    • setEnabled

      public void setEnabled(Boolean enabled)
    • getRemoved

      public Boolean getRemoved()
    • setRemoved

      public void setRemoved(Boolean removed)
    • getExpanded

      public Boolean getExpanded()
    • setExpanded

      public void setExpanded(Boolean expanded)
    • getProperties

      public Map<String,XmlPropertyValue> getProperties()
    • setProperties

      public void setProperties(Map<String,XmlPropertyValue> properties)