Package com.adobe.aemds.guide.model
Class TextVariable
- java.lang.Object
-
- com.adobe.aemds.guide.model.TextVariable
-
@Model(adaptables=Resource.class) public class TextVariable extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TextVariable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBindRef()java.lang.StringgetDataType()java.lang.StringgetDefaultValue()java.lang.StringgetDisplayPictureClause()java.lang.StringgetName()ResourcegetResource()java.lang.StringgetVariableId()voidsetDataType(java.lang.String dataType)voidsetDisplayPictureClause(java.lang.String displayPictureClause)JSONObjecttoJSON()
-
-
-
Method Detail
-
getName
public java.lang.String getName()
-
getBindRef
public java.lang.String getBindRef()
-
getDefaultValue
public java.lang.String getDefaultValue()
-
getDataType
public java.lang.String getDataType()
-
getResource
public Resource getResource()
-
getVariableId
public java.lang.String getVariableId()
-
setDataType
public void setDataType(java.lang.String dataType)
-
getDisplayPictureClause
public java.lang.String getDisplayPictureClause()
-
setDisplayPictureClause
public void setDisplayPictureClause(java.lang.String displayPictureClause)
-
toJSON
public JSONObject toJSON()
-
-