CadClassEntity

The Cad class entity.

Constructors

ConstructorDescription
CadClassEntity()

Methods

MethodDescription
getType()Gets the class type.
getName()Gets or sets the name.
setName(String value)Gets or sets the name.
getCppName()Gets or sets the name of the CPP.
setCppName(String value)Gets or sets the name of the CPP.
getApplicationName()Gets or sets the name of the application.
setApplicationName(String value)Gets or sets the name of the application.
getProxyCapabilitiesFlag()Gets or sets the proxy capabilities flag.
setProxyCapabilitiesFlag(int value)Gets or sets the proxy capabilities flag.
getCountForCustomClass()Gets or sets the count for custom class.
setCountForCustomClass(int value)Gets or sets the count for custom class.
getWasProxy()Was-a-proxy flag
setWasProxy(boolean value)Was-a-proxy flag
isEntity()Is-an-entity flag.
setEntity(boolean value)Is-an-entity flag.

CadClassEntity()

public CadClassEntity()

getType()

public final int getType()

Gets the class type.

Returns: int - The class type.

getName()

public final String getName()

Gets or sets the name.

Returns: String - The name.

setName(String value)

public final void setName(String value)

Gets or sets the name.

Parameters:

ParameterTypeDescription
valueStringThe name.

getCppName()

public final String getCppName()

Gets or sets the name of the CPP.

Returns: String - The name of the CPP.

setCppName(String value)

public final void setCppName(String value)

Gets or sets the name of the CPP.

Parameters:

ParameterTypeDescription
valueStringThe name of the CPP.

getApplicationName()

public final String getApplicationName()

Gets or sets the name of the application.

Returns: String - The name of the application.

setApplicationName(String value)

public final void setApplicationName(String value)

Gets or sets the name of the application.

Parameters:

ParameterTypeDescription
valueStringThe name of the application.

getProxyCapabilitiesFlag()

public final int getProxyCapabilitiesFlag()

Gets or sets the proxy capabilities flag.

Returns: int - The proxy capabilities flag.

setProxyCapabilitiesFlag(int value)

public final void setProxyCapabilitiesFlag(int value)

Gets or sets the proxy capabilities flag.

Parameters:

ParameterTypeDescription
valueintThe proxy capabilities flag.

getCountForCustomClass()

public final int getCountForCustomClass()

Gets or sets the count for custom class.

Returns: int - The count for custom class.

setCountForCustomClass(int value)

public final void setCountForCustomClass(int value)

Gets or sets the count for custom class.

Parameters:

ParameterTypeDescription
valueintThe count for custom class.

getWasProxy()

public final boolean getWasProxy()

Was-a-proxy flag

Returns: boolean

setWasProxy(boolean value)

public final void setWasProxy(boolean value)

Was-a-proxy flag

isEntity()

public final boolean isEntity()

Is-an-entity flag.

Returns: boolean

setEntity(boolean value)

public final void setEntity(boolean value)

Is-an-entity flag.