AsciiDatabase
Class ColumnProperties

java.lang.Object
  |
  +--AsciiDatabase.ColumnProperties
All Implemented Interfaces:
Serializable

final class ColumnProperties
extends Object
implements Serializable

Properties of an individual column of the table.

Author:
chris.studholme@utoronto.ca
See Also:
Serialized Form

Field Summary
 String name
           
 int size
           
 int type
           
 
Constructor Summary
(package private) ColumnProperties()
           
 
Method Summary
 boolean equals(ColumnProperties other)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

name

public String name

type

public int type

size

public int size
Constructor Detail

ColumnProperties

ColumnProperties()
Method Detail

equals

public boolean equals(ColumnProperties other)

hashCode

public int hashCode()
Overrides:
hashCode in class Object