public abstract class DmcContainer extends Object implements DmcContainerIF
| Modifier | Constructor and Description |
|---|---|
|
DmcContainer() |
protected |
DmcContainer(DmcObject c)
This constructor is used to pass the properly constructed DmcObject from
derived wrapper classes.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDeleted() |
DmcObject |
getDmcObject()
Gets the core object.
|
DmcTypeModifierMV |
getModifier() |
void |
setDeleted()
Sets the object's deleted flag to true.
|
void |
setDmcObject(DmcObject obj)
Sets the core object.
|
void |
setModifier(DmcTypeModifierMV mods)
Sets the modifier on our core object.
|
protected DmcObject core
protected DmcContainer(DmcObject c)
c - public DmcContainer()
public void setDeleted()
public boolean getDeleted()
public void setModifier(DmcTypeModifierMV mods)
mods - The modification holder.public DmcTypeModifierMV getModifier()
public void setDmcObject(DmcObject obj)
setDmcObject in interface DmcContainerIFobj - The core object.public DmcObject getDmcObject()
getDmcObject in interface DmcContainerIFCopyright © 2023. All rights reserved.