public class CadClassEntity extends Object
The Cad class entity.
Constructor and Description |
---|
CadClassEntity() |
Modifier and Type | Method and Description |
---|---|
String |
getApplicationName()
Gets or sets the name of the application.
|
short |
getClassnum()
Gets or sets the class number.
|
int |
getCountForCustomClass()
Gets or sets the count for custom class.
|
String |
getCppName()
Gets or sets the name of the CPP.
|
short |
getDwgVer()
Gets or sets the DWG ver.
|
short |
getItemClassId()
Gets or sets the item class identifier.
|
short |
getMaintenanceRelease()
Gets or sets the maintenance release.
|
String |
getName()
Gets or sets the name.
|
int |
getProxyCapabilitiesFlag()
Gets or sets the proxy capabilities flag.
|
int |
getType()
Gets the class type.
|
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 |
setClassnum(short value)
Gets or sets the class number.
|
void |
setCountForCustomClass(int value)
Gets or sets the count for custom class.
|
void |
setCppName(String value)
Gets or sets the name of the CPP.
|
void |
setDwgVer(short value)
Gets or sets the DWG ver.
|
void |
setEntity(boolean value)
Is-an-entity flag.
|
void |
setItemClassId(short value)
Gets or sets the item class identifier.
|
void |
setMaintenanceRelease(short value)
Gets or sets the maintenance release.
|
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 final int getType()
Gets the class type.
public final String getName()
Gets or sets the name.
public final void setName(String value)
Gets or sets the name.
value
- The name.public final String getCppName()
Gets or sets the name of the CPP.
public final void setCppName(String value)
Gets or sets the name of the CPP.
value
- The name of the CPP.public final String getApplicationName()
Gets or sets the name of the application.
public final void setApplicationName(String value)
Gets or sets the name of the application.
value
- The name of the application.public final int getProxyCapabilitiesFlag()
Gets or sets the proxy capabilities flag.
public final void setProxyCapabilitiesFlag(int value)
Gets or sets the proxy capabilities flag.
value
- The proxy capabilities flag.public final int getCountForCustomClass()
Gets or sets the count for custom class.
public final void setCountForCustomClass(int value)
Gets or sets the count for custom class.
value
- The count for custom class.public final boolean getWasProxy()
Was-a-proxy flag
public final void setWasProxy(boolean value)
Was-a-proxy flag
public final boolean isEntity()
Is-an-entity flag.
public final void setEntity(boolean value)
Is-an-entity flag.
public final short getClassnum()
Gets or sets the class number.
public final void setClassnum(short value)
Gets or sets the class number.
public final short getDwgVer()
Gets or sets the DWG ver.
public final void setDwgVer(short value)
Gets or sets the DWG ver.
public final short getItemClassId()
Gets or sets the item class identifier.
public final void setItemClassId(short value)
Gets or sets the item class identifier.
public final short getMaintenanceRelease()
Gets or sets the maintenance release.
public final void setMaintenanceRelease(short value)
Gets or sets the maintenance release.