Class AbstractVariable
- java.lang.Object
-
- com.day.cq.analytics.sitecatalyst.rsmerger.AbstractVariable
-
-
Constructor Summary
Constructors Constructor Description AbstractVariable(int number, java.lang.String name, JSONObject jsonObj)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description JSONObject
getJSONObject()
Deprecated.java.lang.String
getName()
Deprecated.int
getNumber()
Deprecated.
-
-
-
Constructor Detail
-
AbstractVariable
public AbstractVariable(int number, java.lang.String name, JSONObject jsonObj)
Deprecated.
-
-
Method Detail
-
getJSONObject
public JSONObject getJSONObject()
Deprecated.- Specified by:
getJSONObject
in interfaceVariable
-
-