类 TreeTableModel

    • 构造器详细资料

      • TreeTableModel

        public TreeTableModel()
      • TreeTableModel

        public TreeTableModel​(String tableName,
                              Object rootId,
                              String idField,
                              String pidField,
                              String nodeRouteField,
                              String nodeLevelField,
                              String leafField,
                              Boolean isChar,
                              int idLength)
        参数:
        tableName -
        rootId -
        idField -
        pidField -
        nodeRouteField -
        nodeLevelField -
        leafField -
        isChar -
        idLength -
      • TreeTableModel

        public TreeTableModel​(Serializable entity)
    • 方法详细资料

      • getTableName

        public String getTableName()
        返回:
        the tableName
      • getIdField

        public String getIdField()
        返回:
        the idField
      • getPidField

        public String getPidField()
        返回:
        the pidField
      • getNodeRouteField

        public String getNodeRouteField()
        返回:
        the nodeRouteField
      • getNodeLevelField

        public String getNodeLevelField()
        返回:
        the nodeLevelField
      • isChar

        public Boolean isChar()
        返回:
        the isChar
      • getIdLength

        public int getIdLength()
        返回:
        the size
      • getRootId

        public Object getRootId()
        返回:
        the rootId
      • getLeafField

        public String getLeafField()
        返回:
        the leafField
      • setConditions

        public TreeTableModel setConditions​(String conditions)
        参数:
        conditions - the conditions to set
      • getConditions

        public String getConditions()
        返回:
        the conditions
      • getEntity

        public Serializable getEntity()
        返回:
        the entity
      • getIdValue

        public Object getIdValue()
        返回:
        the idValue
      • setIdValue

        public TreeTableModel setIdValue​(Object idValue)
        参数:
        idValue - the idValue to set
      • isAppendZero

        public boolean isAppendZero()
        返回:
        the appendZero
      • setAppendZero

        public TreeTableModel setAppendZero​(boolean appendZero)
        参数:
        appendZero - the appendZero to set
      • getSplitSign

        public String getSplitSign()
        返回:
        the splitSign
      • setSplitSign

        public TreeTableModel setSplitSign​(String splitSign)
        参数:
        splitSign - the splitSign to set