public abstract class CadBaseOwned extends CadBase
The Cad base owned object.
Constructor and Description |
---|
CadBaseOwned() |
Modifier and Type | Method and Description |
---|---|
String |
getHardOwner()
Gets or sets the hard owner.
|
String |
getSoftOwner()
Gets or sets the soft owner.
|
boolean |
isSoftOwnerSet()
Gets a value indicating whether soft owner is set.
|
void |
setHardOwner(String value)
Gets or sets the hard owner.
|
void |
setSoftOwner(String value)
Gets or sets the soft owner.
|
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
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.