pt.despodata.java.ddata.table
Class DDataSortInfo

java.lang.Object
  extended bypt.despodata.java.ddata.table.DDataSortInfo
All Implemented Interfaces:
java.lang.Comparable

public class DDataSortInfo
extends java.lang.Object
implements java.lang.Comparable

Title: DDataTable Description: Copyright: Copyright (c) Luis Medalhas Company: Despodata

Version:
1.0
Author:
Luis Medalhas

Constructor Summary
DDataSortInfo(int rowId, java.lang.Object value)
           
 
Method Summary
 int compareTo(java.lang.Object o1)
           
 boolean equals(java.lang.Object o1)
           
 int getRowId()
           
 java.lang.Object getValue()
           
 boolean isDateValue()
           
 boolean isNull()
           
 boolean isNumberValue()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDataSortInfo

public DDataSortInfo(int rowId,
                     java.lang.Object value)
Method Detail

getRowId

public int getRowId()

getValue

public java.lang.Object getValue()

equals

public boolean equals(java.lang.Object o1)

isNumberValue

public boolean isNumberValue()

isDateValue

public boolean isDateValue()

isNull

public boolean isNull()

compareTo

public int compareTo(java.lang.Object o1)
Specified by:
compareTo in interface java.lang.Comparable