CadAcshHistoryClass

Inheritance: java.lang.Object, CadBaseObject

Class describing CadAcshHistoryClass object.

Constructors

ConstructorDescription
CadAcshHistoryClass()Initializes a new instance of the CadAcshHistoryClass class.

Methods

MethodDescription
getAcshHistoryClassParameterList()Gets or sets the acsh history class parameter list.
setAcshHistoryClassParameterList(List value)Gets or sets the acsh history class parameter list.

CadAcshHistoryClass()

public CadAcshHistoryClass()

Initializes a new instance of the CadAcshHistoryClass class.

getAcshHistoryClassParameterList()

public List<CadParameter> getAcshHistoryClassParameterList()

Gets or sets the acsh history class parameter list.

Returns: List - The acsh history class parameter list.

setAcshHistoryClassParameterList(List value)

public void setAcshHistoryClassParameterList(List<CadParameter> value)

Gets or sets the acsh history class parameter list.

Parameters:

ParameterTypeDescription
valueListThe acsh history class parameter list.