Package com.ptc.netmarkets.util.misc
Class NmHTMLActionModel
java.lang.Object
com.ptc.netmarkets.util.misc.NmHTMLActionModel
- All Implemented Interfaces:
Serializable,Cloneable
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribute: actions.voidsetActions(ArrayList a_Actions) Sets the value of the attribute: actions.
-
Method Details
-
getActions
Gets the value of the attribute: actions.
Supported API: true- Returns:
- ArrayList generally a list of NmActions and NmHTMLActionModels (but during action parsing/reporting may be Maps and NmHTMLActionModels?!)
-
setActions
Sets the value of the attribute: actions.
Supported API: true- Parameters:
a_Actions- generally a list of NmActions and NmHTMLActionModels (but during action parsing/reporting may be Maps and NmHTMLActionModels?!)
-