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()
boolean
Attributes that are added by JavaScript execution.void
setAttributes
(List<DynDataDefinitionAttribute> virtualAttributes) void
setChildren
(List<DynDataDefinition> children) void
setClassName
(String className) void
setDataContextName
(String dataContextName) void
setDofwQuery
(String dofQuery) void
setDofwSort
(String dofSort) void
void
setIsList
(boolean isList) void
setJsonFilePath
(String jsonFilePath) void
setJsonFileReadingType
(ENUMFileReadingType jsonFileReadingType) void
setPropertyFilePath
(String propertyFilePath) void
setPropertyFileReadingType
(ENUMPropertyFileReadingType propertyFileReadingType) void
void
setTableName
(String tableName) void
setTableQuery
(String tableQuery) void
setTableSort
(String tableSort) void
setVirtualAttributes
(List<DynDataDefinitionAttribute> virtualAttributes) void
setXmlFilePath
(String xmlFile) void
setXmlFileReadingType
(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
-