public abstract class CadBaseOwned extends CadBase
The Cad base owned object.
Constructor and Description |
---|
CadBaseOwned()
Initializes a new instance of the
CadBaseOwned class. |
Modifier and Type | Method and Description |
---|---|
String |
getHardOwner()
Gets or sets the hard owner.
|
CadStringParameter |
getSoftOwner()
Gets or sets the soft owner.
|
void |
setHardOwner(String value)
Gets or sets the hard owner.
|
void |
setSoftOwner(CadStringParameter value)
Gets or sets the soft owner.
|
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public CadBaseOwned()
Initializes a new instance of the CadBaseOwned
class.
public String getHardOwner()
Gets or sets the hard owner.
public void setHardOwner(String value)
Gets or sets the hard owner.
public CadStringParameter getSoftOwner()
Gets or sets the soft owner.
public void setSoftOwner(CadStringParameter value)
Gets or sets the soft owner.