java.lang.Object
com.aoapps.hodgepodge.table.Column
- All Implemented Interfaces:
Comparable<Column>
An abstract structure for columns.
- Author:
- AO Industries, Inc.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Column
-
-
Method Details
-
equals
Two column with the same name are equal. -
hashCode
public int hashCode()Hashed by column name only. -
compareTo
Ordered by column name only.- Specified by:
compareTo
in interfaceComparable<Column>
-
toString
-
getName
-
getIndexType
-