public class CadAcDbAssocDependency extends CadBaseObject
Class describing Assoc Dependency.
CadBaseObject| Constructor and Description |
|---|
CadAcDbAssocDependency() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDependencyBody()
Gets and sets the order of the dependency.
|
int |
getDependencyBodyId()
Gets and sets the dependency body Id.
|
String |
getDependentOnObject()
Gets the handle this dependency is attached to.
|
String |
getName()
Gets or sets the dependency name.
|
String |
getNextDependencyOnObject()
Gets the next dependency handle in the list of dependencies.
|
int |
getOrder()
Gets and sets the order of the dependency.
|
String |
getPrevDependencyOnObject()
Gets the previous dependency handle in the list of dependencies.
|
AssocStatus |
getStatus()
Gets or sets the current AssocStatus of this dependency.
|
void |
setDependencyBody(String value)
Gets and sets the order of the dependency.
|
void |
setDependencyBodyId(int value)
Gets and sets the dependency body Id.
|
void |
setDependentOnObject(String value)
Gets the handle this dependency is attached to.
|
void |
setName(String value)
Gets or sets the dependency name.
|
void |
setNextDependencyOnObject(String value)
Gets the next dependency handle in the list of dependencies.
|
void |
setOrder(int value)
Gets and sets the order of the dependency.
|
void |
setPrevDependencyOnObject(String value)
Gets the previous dependency handle in the list of dependencies.
|
void |
setStatus(AssocStatus value)
Gets or sets the current AssocStatus of this dependency.
|
getChildObjects, getTypeName, setChildObjectsgetHardOwner, getNumreactors, getReactors, getSoftOwner, getStorageFlag, isSoftOwnerSet, setHardOwner, setNumreactors, setReactors, setSoftOwner, setStorageFlaggetApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getUID, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setUID, setXdataContainerpublic final AssocStatus getStatus()
Gets or sets the current AssocStatus of this dependency.
Value: The status.public final void setStatus(AssocStatus value)
Gets or sets the current AssocStatus of this dependency.
Value: The status.public final int getOrder()
Gets and sets the order of the dependency.
Value: The order.public final void setOrder(int value)
Gets and sets the order of the dependency.
Value: The order.public final String getName()
Gets or sets the dependency name.
Value: The dependency name.public final void setName(String value)
Gets or sets the dependency name.
Value: The dependency name.public final int getDependencyBodyId()
Gets and sets the dependency body Id.
Value: The dependency body Id.public final void setDependencyBodyId(int value)
Gets and sets the dependency body Id.
Value: The dependency body Id.public final String getDependentOnObject()
Gets the handle this dependency is attached to.
Value: The handle to which this dependency is attached.public final void setDependentOnObject(String value)
Gets the handle this dependency is attached to.
Value: The handle to which this dependency is attached.public final String getPrevDependencyOnObject()
Gets the previous dependency handle in the list of dependencies.
Value: The previous dependency handle.public final void setPrevDependencyOnObject(String value)
Gets the previous dependency handle in the list of dependencies.
Value: The previous dependency handle.public final String getNextDependencyOnObject()
Gets the next dependency handle in the list of dependencies.
Value: The next dependency handle.public final void setNextDependencyOnObject(String value)
Gets the next dependency handle in the list of dependencies.
Value: The next dependency handle.public final String getDependencyBody()
Gets and sets the order of the dependency.
Value: The order.public final void setDependencyBody(String value)
Gets and sets the order of the dependency.
Value: The order.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.