CadBlockNameEntity

Inheritance: java.lang.Object, CadBaseEntity

The BlockName Entity

Constructors

ConstructorDescription
CadBlockNameEntity()

Methods

MethodDescription
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:

ParameterTypeDescription
valueStringThe name of the block.