|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.qbe.utility.CalculatedField
public class CalculatedField
The Class CalculatedField.
Constructor Summary | |
---|---|
CalculatedField()
|
Method Summary | |
---|---|
java.lang.Object |
calculate(groovy.util.GroovyScriptEngine gse,
java.lang.Object[] record,
groovy.lang.Binding binding)
Calculate. |
void |
calculateMappings(IQuery query)
Calculate mappings. |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getClassNameInQuery()
Gets the class name in query. |
CalculatedField |
getCopy()
Gets the copy. |
java.lang.String |
getEntityName()
Gets the entity name. |
java.lang.String |
getFldCompleteNameInQuery()
Gets the fld complete name in query. |
java.lang.String |
getFldLabel()
Gets the fld label. |
java.lang.String |
getId()
Gets the id. |
java.lang.String |
getInExport()
Gets the in export. |
java.util.Map |
getMappingMap()
Gets the mapping map. |
java.util.Map |
getMappingPositions()
Gets the mapping positions. |
java.lang.String |
getMappings()
Gets the mappings. |
java.lang.String |
getScript()
Gets the script. |
void |
setClassNameInQuery(java.lang.String classNameInQuery)
Sets the class name in query. |
void |
setEntityName(java.lang.String entityName)
Sets the entity name. |
void |
setFldCompleteNameInQuery(java.lang.String fldCompleteNameInQuery)
Sets the fld complete name in query. |
void |
setFldLabel(java.lang.String fldLabel)
Sets the fld label. |
void |
setId(java.lang.String id)
Sets the id. |
void |
setInExport(java.lang.String inExport)
Sets the in export. |
void |
setMappingMap(java.util.Map mappingMap)
Sets the mapping map. |
void |
setMappingPositions(java.util.Map mappingPositions)
Sets the mapping positions. |
void |
setMappings(java.lang.String mappings)
Sets the mappings. |
void |
setScript(java.lang.String script)
Sets the script. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CalculatedField()
Method Detail |
---|
public CalculatedField getCopy()
public java.lang.String getEntityName()
public void setEntityName(java.lang.String entityName)
entityName
- the new entity namepublic java.lang.String getFldLabel()
public void setFldLabel(java.lang.String fldLabel)
fldLabel
- the new fld labelpublic java.lang.String getMappings()
public void setMappings(java.lang.String mappings)
mappings
- the new mappingspublic void calculateMappings(IQuery query)
query
- the querypublic java.lang.String getScript()
public void setScript(java.lang.String script)
script
- the new scriptpublic java.lang.Object calculate(groovy.util.GroovyScriptEngine gse, java.lang.Object[] record, groovy.lang.Binding binding) throws java.lang.Exception
gse
- the gserecord
- the recordbinding
- the binding
java.lang.Exception
- the exceptionpublic java.lang.String getId()
public void setId(java.lang.String id)
id
- the new idpublic boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.util.Map getMappingMap()
public void setMappingMap(java.util.Map mappingMap)
mappingMap
- the new mapping mappublic java.util.Map getMappingPositions()
public void setMappingPositions(java.util.Map mappingPositions)
mappingPositions
- the new mapping positionspublic java.lang.String getFldCompleteNameInQuery()
public void setFldCompleteNameInQuery(java.lang.String fldCompleteNameInQuery)
fldCompleteNameInQuery
- the new fld complete name in querypublic java.lang.String getClassNameInQuery()
public void setClassNameInQuery(java.lang.String classNameInQuery)
classNameInQuery
- the new class name in querypublic java.lang.String getInExport()
public void setInExport(java.lang.String inExport)
inExport
- the new in export
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |