public class DotNamedObject extends DotNamedObjectDMW
parentcore| Modifier | Constructor and Description |
|---|---|
|
DotNamedObject() |
protected |
DotNamedObject(DotNamedObjectDMO obj,
ClassDefinition cd) |
| Modifier and Type | Method and Description |
|---|---|
void |
resetParent(HierarchicObject newParent)
This method rehomes a branch of hierarchic objects to sit beneath the specified parent.
|
void |
setParentObject(HierarchicObject p,
boolean buildFQN)
This method sets the parent object for this object and reconstructs the FQN
as appropriate.
|
cloneIt, equals, getDMO, getFQN, getModificationRecorder, getObjectName, getObjectNameAttribute, hashCode, remFQN, setFQN, setFQNaddSubComponent, compareTo, get, getName, getParentObject, getSubComps, removeSubComponent, removeSubcomponents, saveToBuffer, saveToBuffer, saveToFile, saveToFile, setParentObject, setSort, sizegetFile, getLineNumber, remFile, remLineNumber, setFile, setFile, setLineNumber, setLineNumberaddAux, applyModifier, getBackRefs, getConstructionClass, getConstructionClassInfo, getConstructionClassName, getDmcObject, getObjectClass, getReferringObjects, getReferringObjectsViaAttribute, hasAux, isReferenced, referenceCount, removeAux, resolveReferences, resolveReferences, serializeIt, setDmcObject, toJSON, toOIF, toOIF, toPersistentOIF, toString, youAreDeletedgetDeleted, getModifier, setDeleted, setModifierprotected DotNamedObject(DotNamedObjectDMO obj, ClassDefinition cd)
public DotNamedObject()
public void resetParent(HierarchicObject newParent) throws ResultException, DmcValueException
HierarchicObjectresetParent in class HierarchicObjectDmcValueExceptionResultExceptionpublic void setParentObject(HierarchicObject p, boolean buildFQN) throws ResultException, DmcValueException
HierarchicObjectsetParentObject in class HierarchicObjectp - the parent object.buildFQN - Indicates if we need to reset this object's FQNs based on the parent.ResultException - if there's no value for the naming attribute.DmcValueExceptionCopyright © 2023. All rights reserved.