Package com.imc.iss.groovy.model
Class GroovyField
java.lang.Object
com.imc.iss.groovy.salesitem.AbstractObjectDTO
com.imc.iss.groovy.model.GroovyField
- All Implemented Interfaces:
Cloneable
A POJO represents the table column/field for use in groovy script
-
Constructor Summary
ConstructorsConstructorDescriptionGroovyField(SemanticEntity instance) To instantiate the GroovyField with SemanticEntity -
Method Summary
Methods inherited from class com.imc.iss.groovy.salesitem.AbstractObjectDTO
getBO, getObjectERPId, getObjectId, getObjectName, getURI, setObjectERPId, setObjectId, setObjectName, setURI, toString
-
Constructor Details
-
GroovyField
To instantiate the GroovyField with SemanticEntity- Parameters:
intance- as SemanticEntity
-
-
Method Details
-
clone
- Throws:
CloneNotSupportedException
-
getDataType
- Returns:
- the dataType
-
getValue
- Returns:
- the value
-
setDataType
- Parameters:
$- {param} to set
-
setValue
- Parameters:
$- {param} to set
-