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.String
getBindRef()
java.lang.String
getDataType()
java.lang.String
getDefaultValue()
java.lang.String
getDisplayPictureClause()
java.lang.String
getName()
Resource
getResource()
java.lang.String
getVariableId()
void
setDataType(java.lang.String dataType)
void
setDisplayPictureClause(java.lang.String displayPictureClause)
JSONObject
toJSON()
-
-
-
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()
-
-