public abstract class CadOwnedObjectBase extends CadObjectBase
The Cad base owned object.
| Constructor and Description |
|---|
CadOwnedObjectBase()
Initializes a new instance of the
CadOwnedObjectBase class. |
| Modifier and Type | Method and Description |
|---|---|
String |
getHardOwner()
Gets or sets the hard owner.
|
int |
getNumreactors()
The Numreactors
|
List<String> |
getReactors()
Get or sets the reactors handle
|
String |
getSoftOwner()
Gets or sets the soft owner.
|
boolean |
getStorageFlag()
Gets or sets a value indicating that this entity has associated binary data in the data store.
|
boolean |
isSoftOwnerSet()
Gets a value indicating whether soft owner is set.
|
void |
setHardOwner(String value)
Gets or sets the hard owner.
|
void |
setNumreactors(int value)
The Numreactors
|
void |
setReactors(List<String> value)
Get or sets the reactors handle
|
void |
setSoftOwner(String value)
Gets or sets the soft owner.
|
void |
setStorageFlag(boolean value)
Gets or sets a value indicating that this entity has associated binary data in the data store.
|
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getUID, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setUID, setXdataContainerpublic CadOwnedObjectBase()
Initializes a new instance of the CadOwnedObjectBase class.
public final int getNumreactors()
The Numreactors
public final void setNumreactors(int value)
The Numreactors
public boolean getStorageFlag()
Gets or sets a value indicating that this entity has associated binary data in the data store.
Value: if the entity has associated binary data.public void setStorageFlag(boolean value)
Gets or sets a value indicating that this entity has associated binary data in the data store.
Value: if the entity has associated binary data.public final String getHardOwner()
Gets or sets the hard owner.
public final void setHardOwner(String value)
Gets or sets the hard owner.
public final String getSoftOwner()
Gets or sets the soft owner.
public final void setSoftOwner(String value)
Gets or sets the soft owner.
public final boolean isSoftOwnerSet()
Gets a value indicating whether soft owner is set.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.