CadBlockNameEntity
Inheritance: java.lang.Object, CadBaseEntity
The BlockName Entity
Constructors
| Constructor | Description |
|---|---|
| CadBlockNameEntity() |
Methods
| Method | Description |
|---|---|
| getBlockName() | Gets or sets the name of the block. |
| setBlockName(String value) | Gets or sets the name of the block. |
CadBlockNameEntity()
public CadBlockNameEntity()
getBlockName()
public String getBlockName()
Gets or sets the name of the block.
Returns: String - The name of the block.
setBlockName(String value)
public void setBlockName(String value)
Gets or sets the name of the block.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | String | The name of the block. |