org.mantisbt.connect
Class Viewstate

java.lang.Object
  extended byorg.mantisbt.connect.Viewstate
All Implemented Interfaces:
java.io.Serializable

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

Author:
Peter Lanser, planser@users.sourceforge.net
See Also:
Serialized Form

Field Summary
static Viewstate PRIVATE
           
static Viewstate PUBLIC
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static Viewstate fromCode(int code)
           
 int getCode()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PRIVATE

public static Viewstate PRIVATE

PUBLIC

public static Viewstate PUBLIC
Method Detail

getCode

public int getCode()

fromCode

public static Viewstate fromCode(int code)

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object obj)