java.lang.Object
ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans.xml.XmlComponent
All Implemented Interfaces:
HasVersions

public class XmlComponent extends Object implements HasVersions
Author:
Abdulin Ildar
  • Constructor Details

    • XmlComponent

      public XmlComponent()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getScope

      public XmlScope getScope()
    • setScope

      public void setScope(XmlScope scope)
    • getCategory

      public String getCategory()
    • setCategory

      public void setCategory(String category)
    • getLocalization

      public String getLocalization()
    • setLocalization

      public void setLocalization(String localization)
    • getIcon

      public String getIcon()
    • setIcon

      public void setIcon(String icon)
    • getDocumentation

      public String getDocumentation()
    • setDocumentation

      public void setDocumentation(String documentation)
    • getInternal

      public Boolean getInternal()
    • setInternal

      public void setInternal(Boolean internal)
    • getVersions

      public Versions getVersions()
      Specified by:
      getVersions in interface HasVersions
    • setVersions

      public void setVersions(Versions versions)
      Specified by:
      setVersions in interface HasVersions
    • getRootObject

      public XmlPageObject getRootObject()
    • setRootObject

      public void setRootObject(XmlPageObject rootObject)
    • toString

      public String toString()
      Overrides:
      toString in class Object