public class CadClassEntity extends Object
The Cad block entity.
Constructor and Description |
---|
CadClassEntity()
Initializes a new instance of the
CadClassEntity class. |
Modifier and Type | Method and Description |
---|---|
String |
getApplicationName()
Gets or sets the name of the application.
|
CadIntParameter |
getCountForCustomClass()
Gets or sets the count for custom class.
|
String |
getCppName()
Gets or sets the name of the CPP.
|
String |
getName()
Gets or sets the name.
|
int |
getProxyCapabilitiesFlag()
Gets or sets the proxy capabilities flag.
|
boolean |
getWasProxy()
Was-a-proxy flag
|
boolean |
isEntity()
Is-an-entity flag.
|
void |
setApplicationName(String value)
Gets or sets the name of the application.
|
void |
setCountForCustomClass(CadIntParameter value)
Gets or sets the count for custom class.
|
void |
setCppName(String value)
Gets or sets the name of the CPP.
|
void |
setEntity(boolean value)
Is-an-entity flag.
|
void |
setName(String value)
Gets or sets the name.
|
void |
setProxyCapabilitiesFlag(int value)
Gets or sets the proxy capabilities flag.
|
void |
setWasProxy(boolean value)
Was-a-proxy flag
|
public CadClassEntity()
Initializes a new instance of the CadClassEntity
class.
public String getName()
Gets or sets the name.
public void setName(String value)
Gets or sets the name.
value
- The name.public String getCppName()
Gets or sets the name of the CPP.
public void setCppName(String value)
Gets or sets the name of the CPP.
value
- The name of the CPP.public String getApplicationName()
Gets or sets the name of the application.
public void setApplicationName(String value)
Gets or sets the name of the application.
value
- The name of the application.public int getProxyCapabilitiesFlag()
Gets or sets the proxy capabilities flag.
public void setProxyCapabilitiesFlag(int value)
Gets or sets the proxy capabilities flag.
value
- The proxy capabilities flag.public CadIntParameter getCountForCustomClass()
Gets or sets the count for custom class.
public void setCountForCustomClass(CadIntParameter value)
Gets or sets the count for custom class.
value
- The count for custom class.public boolean getWasProxy()
Was-a-proxy flag
public void setWasProxy(boolean value)
Was-a-proxy flag
public boolean isEntity()
Is-an-entity flag.
public void setEntity(boolean value)
Is-an-entity flag.