Class DynDataDefinition

java.lang.Object
org.eclnt.ccee.dyndata.meta.DynDataDefinition
All Implemented Interfaces:
Serializable

public class DynDataDefinition extends Object implements Serializable
See Also:
  • Constructor Details

    • DynDataDefinition

      public DynDataDefinition()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getDataContextName

      public String getDataContextName()
    • setDataContextName

      public void setDataContextName(String dataContextName)
    • getClassName

      public String getClassName()
      Class name that is used as reference for the map content.
    • setClassName

      public void setClassName(String className)
    • getDofwQuery

      public String getDofwQuery()
    • setDofwQuery

      public void setDofwQuery(String dofQuery)
    • getDofwSort

      public String getDofwSort()
    • setDofwSort

      public void setDofwSort(String dofSort)
    • getScript

      public String getScript()
    • setScript

      public void setScript(String script)
    • getChildren

      public List<DynDataDefinition> getChildren()
    • setChildren

      public void setChildren(List<DynDataDefinition> children)
    • getIsList

      public boolean getIsList()
    • setIsList

      public void setIsList(boolean isList)
    • getAttributes

      public List<DynDataDefinitionAttribute> getAttributes()
      Attributes that are always part of list. Is used if there is no information passed with getClassName().
    • setAttributes

      public void setAttributes(List<DynDataDefinitionAttribute> virtualAttributes)
    • getVirtualAttributes

      public List<DynDataDefinitionAttribute> getVirtualAttributes()
      Attributes that are added by JavaScript execution.
    • setVirtualAttributes

      public void setVirtualAttributes(List<DynDataDefinitionAttribute> virtualAttributes)
    • getPropertyFilePath

      public String getPropertyFilePath()
    • setPropertyFilePath

      public void setPropertyFilePath(String propertyFilePath)
    • getPropertyFileReadingType

      public ENUMPropertyFileReadingType getPropertyFileReadingType()
    • setPropertyFileReadingType

      public void setPropertyFileReadingType(ENUMPropertyFileReadingType propertyFileReadingType)
    • getXmlFilePath

      public String getXmlFilePath()
    • setXmlFilePath

      public void setXmlFilePath(String xmlFile)
    • getXmlFileReadingType

      public ENUMFileReadingType getXmlFileReadingType()
    • setXmlFileReadingType

      public void setXmlFileReadingType(ENUMFileReadingType xmlFileReadingType)
    • getJsonFilePath

      public String getJsonFilePath()
    • setJsonFilePath

      public void setJsonFilePath(String jsonFilePath)
    • getJsonFileReadingType

      public ENUMFileReadingType getJsonFileReadingType()
    • setJsonFileReadingType

      public void setJsonFileReadingType(ENUMFileReadingType jsonFileReadingType)
    • getTableName

      public String getTableName()
    • setTableName

      public void setTableName(String tableName)
    • getTableQuery

      public String getTableQuery()
    • setTableQuery

      public void setTableQuery(String tableQuery)
    • getTableSort

      public String getTableSort()
    • setTableSort

      public void setTableSort(String tableSort)
    • toString

      public String toString()
      Overrides:
      toString in class Object