Package org.eclnt.ccee.dyndata.meta
Class DynDataDefinition
java.lang.Object
org.eclnt.ccee.dyndata.meta.DynDataDefinition
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAttributes that are always part of list.Class name that is used as reference for the map content.getId()booleanAttributes that are added by JavaScript execution.voidsetAttributes(List<DynDataDefinitionAttribute> virtualAttributes) voidsetChildren(List<DynDataDefinition> children) voidsetClassName(String className) voidsetDataContextName(String dataContextName) voidsetDofwQuery(String dofQuery) voidsetDofwSort(String dofSort) voidvoidsetIsList(boolean isList) voidsetJsonFilePath(String jsonFilePath) voidsetJsonFileReadingType(ENUMFileReadingType jsonFileReadingType) voidsetPropertyFilePath(String propertyFilePath) voidsetPropertyFileReadingType(ENUMPropertyFileReadingType propertyFileReadingType) voidvoidsetTableName(String tableName) voidsetTableQuery(String tableQuery) voidsetTableSort(String tableSort) voidsetVirtualAttributes(List<DynDataDefinitionAttribute> virtualAttributes) voidsetXmlFilePath(String xmlFile) voidsetXmlFileReadingType(ENUMFileReadingType xmlFileReadingType) toString()
-
Constructor Details
-
DynDataDefinition
public DynDataDefinition()
-
-
Method Details
-
getId
-
setId
-
getDataContextName
-
setDataContextName
-
getClassName
Class name that is used as reference for the map content. -
setClassName
-
getDofwQuery
-
setDofwQuery
-
getDofwSort
-
setDofwSort
-
getScript
-
setScript
-
getChildren
-
setChildren
-
getIsList
public boolean getIsList() -
setIsList
public void setIsList(boolean isList) -
getAttributes
Attributes that are always part of list. Is used if there is no information passed withgetClassName(). -
setAttributes
-
getVirtualAttributes
Attributes that are added by JavaScript execution. -
setVirtualAttributes
-
getPropertyFilePath
-
setPropertyFilePath
-
getPropertyFileReadingType
-
setPropertyFileReadingType
-
getXmlFilePath
-
setXmlFilePath
-
getXmlFileReadingType
-
setXmlFileReadingType
-
getJsonFilePath
-
setJsonFilePath
-
getJsonFileReadingType
-
setJsonFileReadingType
-
getTableName
-
setTableName
-
getTableQuery
-
setTableQuery
-
getTableSort
-
setTableSort
-
toString
-