Class TreeHierarchy
- java.lang.Object
-
- org.citydb.database.schema.mapping.TreeHierarchy
-
public class TreeHierarchy extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
rootColumn
-
Constructor Summary
Constructors Modifier Constructor Description protected
TreeHierarchy()
TreeHierarchy(java.lang.String rootColumn)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getRootColumn()
boolean
isSetRootColumn()
void
setRootColumn(java.lang.String rootColumn)
-