org.hops.dm.tad.constantsdef
Class pag_state

java.lang.Object
  extended by org.hops.dm.tad.constantsdef.pag_state
All Implemented Interfaces:
java.io.Serializable

public class pag_state
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static pag_state item
          select item
static pag_state next
          next page
static pag_state previous
          previous page
static pag_state quit
          quiting the pagination
static pag_state update
          select item
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is "equal to" this one.
 boolean equalsTo(pag_state _t)
          Indicates whether a pag_state is "equal to" this one.
 boolean equalsTo(java.lang.String _t)
          Indicates whether the pag_state represented by the String _t is "equal to" this one.
 int hashCode()
           
static pag_state toObject(java.lang.String _s)
          returns the pag_state representation of the String _s
 java.lang.String toString()
          Returns a string representation of the object.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

quit

public static final pag_state quit
quiting the pagination


next

public static final pag_state next
next page


previous

public static final pag_state previous
previous page


item

public static final pag_state item
select item


update

public static final pag_state update
select item

Method Detail

toString

public java.lang.String toString()
Returns a string representation of the object.

Overrides:
toString in class java.lang.Object

equalsTo

public boolean equalsTo(pag_state _t)
Indicates whether a pag_state is "equal to" this one.


equalsTo

public boolean equalsTo(java.lang.String _t)
Indicates whether the pag_state represented by the String _t is "equal to" this one.


hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Indicates whether some other object is "equal to" this one.

Overrides:
equals in class java.lang.Object

toObject

public static pag_state toObject(java.lang.String _s)
returns the pag_state representation of the String _s