Class Component
java.lang.Object
ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans.Component
- All Implemented Interfaces:
HasVersions
,PageObjectParent
- Author:
- krylov
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionComponent
(String id, PageObject rootObject) Component
(PageObject rootObject) -
Method Summary
Modifier and TypeMethodDescriptionaddChildFromPrototype
(int idx, PageObject prototype) boolean
deepEquals
(Object o) getCopy()
getIcon()
getId()
boolean
getName()
getRoot()
void
setCategory
(String category) void
setDocumentation
(String documentation) void
void
setInternal
(boolean internal) void
setLocalization
(String localization) void
void
setVersions
(Versions versions) toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface ru.cg.webbpm.studio.subsystems.page_designer.serialization.api.beans.PageObjectParent
addChildFromPrototype
-
Field Details
-
DEFAULT_CATEGORY
-
-
Constructor Details
-
Component
-
Component
-
-
Method Details
-
getId
-
getName
-
setName
-
getCategory
-
setCategory
-
getLocalization
-
setLocalization
-
getIcon
-
setIcon
-
getDocumentation
-
setDocumentation
-
getInternal
public boolean getInternal() -
setInternal
public void setInternal(boolean internal) -
getRootObject
-
getObjectMap
-
getCopy
-
getRoot
- Specified by:
getRoot
in interfacePageObjectParent
-
getChildren
- Specified by:
getChildren
in interfacePageObjectParent
-
addChildFromPrototype
- Specified by:
addChildFromPrototype
in interfacePageObjectParent
-
deepEquals
-
getVersions
- Specified by:
getVersions
in interfaceHasVersions
-
setVersions
- Specified by:
setVersions
in interfaceHasVersions
-
toString
-