public class UIObject extends UIIdentifiedObject
| Constructor and Description |
|---|
UIObject() |
UIObject(org.qubership.automation.itf.core.model.common.Storable storable) |
UIObject(org.qubership.automation.itf.core.model.common.Storable storable,
boolean isFullWithParent) |
UIObject(UIObject uiObject) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
calcIsVersionActual(org.qubership.automation.itf.core.model.common.Storable storable) |
void |
defineObjectParam(org.qubership.automation.itf.core.model.common.Storable storable) |
void |
defineObjectParam(org.qubership.automation.itf.core.model.common.Storable storable,
boolean isFullWithParent) |
String |
getDescription() |
String |
getHistoryKey() |
com.google.common.collect.ImmutableList<String> |
getLabels() |
UIObject |
getParent() |
int |
getVersion() |
void |
loadChildrenByClass(Class childClass,
List<org.qubership.automation.itf.core.model.common.Storable> children) |
void |
setDescription(String description) |
void |
setHistoryKey(String historyKey) |
void |
setLabels(List<String> labels) |
void |
setParent(UIObject parent) |
void |
setVersion(int version) |
String |
toString() |
void |
updateObject(org.qubership.automation.itf.core.model.common.Storable storable) |
getClassName, getId, setClassName, setIdgetName, setNamepublic UIObject()
public UIObject(org.qubership.automation.itf.core.model.common.Storable storable)
public UIObject(org.qubership.automation.itf.core.model.common.Storable storable, boolean isFullWithParent)
public UIObject(UIObject uiObject)
public UIObject getParent()
public void setParent(UIObject parent)
public void defineObjectParam(org.qubership.automation.itf.core.model.common.Storable storable)
public void defineObjectParam(org.qubership.automation.itf.core.model.common.Storable storable, boolean isFullWithParent)
public String getDescription()
public void setDescription(String description)
public com.google.common.collect.ImmutableList<String> getLabels()
public void updateObject(org.qubership.automation.itf.core.model.common.Storable storable)
public void loadChildrenByClass(Class childClass, List<org.qubership.automation.itf.core.model.common.Storable> children)
loadChildrenByClass in class UIIdentifiedObjectpublic String getHistoryKey()
public void setHistoryKey(String historyKey)
public int getVersion()
public void setVersion(int version)
public boolean calcIsVersionActual(org.qubership.automation.itf.core.model.common.Storable storable)
Copyright © 2025. All rights reserved.