ewe.database
Class FieldSortEntry

java.lang.Object
  extended byewe.database.FieldSortEntry
All Implemented Interfaces:
Encodable

public class FieldSortEntry
extends Object
implements Encodable


Field Summary
 int field1
           
 int field2
           
 int field3
           
 int field4
           
 String header
           
 int id
           
 String name
           
 int type
           
 
Constructor Summary
FieldSortEntry()
           
 
Method Summary
 String toString()
          Return a String representation of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode
 

Field Detail

id

public int id

type

public int type

field1

public int field1

field2

public int field2

field3

public int field3

field4

public int field4

name

public String name

header

public String header
Constructor Detail

FieldSortEntry

public FieldSortEntry()
Method Detail

toString

public String toString()
Description copied from class: Object
Return a String representation of this object.

Overrides:
toString in class Object
Returns:
a String representing this object.