public abstract class CadBase extends Object
Base class for Cad objects
Constructor and Description |
---|
CadBase() |
Modifier and Type | Method and Description |
---|---|
CadApplicationCodesContainer |
getApplicationCodesContainer()
Gets or sets the application defined codes container.
|
List<CadCodeValue> |
getAttribute102Values()
Gets or sets the attribute102 values.
|
List<CadObjectAttribute> |
getAttributes()
Gets or sets the attributes.
|
CadEmbeddedObjectContainer |
getEmbeddedObjectsContainer()
Gets or sets the embedded objects container.
|
String |
getObjectHandle()
Gets or sets the object handle.
|
CadXdataContainer |
getXdataContainer()
Gets or sets the xdata container.
|
void |
setApplicationCodesContainer(CadApplicationCodesContainer value)
Gets or sets the application defined codes container.
|
void |
setAttribute102Values(List<CadCodeValue> value)
Gets or sets the attribute102 values.
|
void |
setAttributes(List<CadObjectAttribute> value)
Gets or sets the attributes.
|
void |
setEmbeddedObjectsContainer(CadEmbeddedObjectContainer value)
Gets or sets the embedded objects container.
|
void |
setObjectHandle(String value)
Gets or sets the object handle.
|
void |
setXdataContainer(CadXdataContainer value)
Gets or sets the xdata container.
|
public final CadEmbeddedObjectContainer getEmbeddedObjectsContainer()
Gets or sets the embedded objects container.
public final void setEmbeddedObjectsContainer(CadEmbeddedObjectContainer value)
Gets or sets the embedded objects container.
public final String getObjectHandle()
Gets or sets the object handle.
public final void setObjectHandle(String value)
Gets or sets the object handle.
value
- The object handle.public final CadXdataContainer getXdataContainer()
Gets or sets the xdata container.
public final void setXdataContainer(CadXdataContainer value)
Gets or sets the xdata container.
value
- The xdata container.public final List<CadObjectAttribute> getAttributes()
Gets or sets the attributes.
public final void setAttributes(List<CadObjectAttribute> value)
Gets or sets the attributes.
value
- The attributes.public final CadApplicationCodesContainer getApplicationCodesContainer()
Gets or sets the application defined codes container.
public final void setApplicationCodesContainer(CadApplicationCodesContainer value)
Gets or sets the application defined codes container.
value
- The application defined codes container.public final List<CadCodeValue> getAttribute102Values()
Gets or sets the attribute102 values.
public final void setAttribute102Values(List<CadCodeValue> value)
Gets or sets the attribute102 values.
value
- The attribute102 values.