org.clazzes.jdbc2xml.schema
Class SortableTableDescription
java.lang.Object
org.clazzes.jdbc2xml.schema.SortableTableDescription
- All Implemented Interfaces:
- java.lang.Comparable<SortableTableDescription>
public class SortableTableDescription
- extends java.lang.Object
- implements java.lang.Comparable<SortableTableDescription>
This class holds structural information about a table
and a foreign key depth.
- Author:
- wglas
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SortableTableDescription
public SortableTableDescription()
- Default constructor
SortableTableDescription
public SortableTableDescription(TableInfo tableInfo)
- Default constructor
getTableInfo
public TableInfo getTableInfo()
- Returns:
- the tableInfo
setTableInfo
public void setTableInfo(TableInfo tableInfo)
- Parameters:
tableInfo
- the tableInfo to set
getFkDepth
public int getFkDepth()
- Returns:
- the fkDepth
setFkDepth
public void setFkDepth(int fkDepth)
- Parameters:
fkDepth
- the fkDepth to set
compareTo
public int compareTo(SortableTableDescription o)
- Specified by:
compareTo
in interface java.lang.Comparable<SortableTableDescription>
Copyright © 2008. All Rights Reserved.