org.ngbw.web.actions
Class WBRequest
java.lang.Object
org.ngbw.web.actions.WBRequest
- All Implemented Interfaces:
- java.io.Serializable
public class WBRequest
- extends java.lang.Object
- implements java.io.Serializable
This class encapsulates the request that is sent by the client to the servlet
- Author:
- Sasha Buzko
- See Also:
- Serialized Form
Constructor Summary |
WBRequest(java.lang.String user,
java.lang.String password,
int action,
java.lang.String identifier)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACTION_LIST
public static final int ACTION_LIST
- See Also:
- Constant Field Values
ACTION_LOAD
public static final int ACTION_LOAD
- See Also:
- Constant Field Values
ACTION_SAVE
public static final int ACTION_SAVE
- See Also:
- Constant Field Values
ACTION_DELETE
public static final int ACTION_DELETE
- See Also:
- Constant Field Values
action
public int action
TYPE_STRUCTURE
public static final int TYPE_STRUCTURE
- See Also:
- Constant Field Values
TYPE_SEQUENCE
public static final int TYPE_SEQUENCE
- See Also:
- Constant Field Values
TYPE_SEQUENCE_ALIGNMENT
public static final int TYPE_SEQUENCE_ALIGNMENT
- See Also:
- Constant Field Values
TYPE_VIEW
public static final int TYPE_VIEW
- See Also:
- Constant Field Values
FORMAT_PDB
public static final int FORMAT_PDB
- See Also:
- Constant Field Values
FORMAT_MOL2
public static final int FORMAT_MOL2
- See Also:
- Constant Field Values
FORMAT_SDF
public static final int FORMAT_SDF
- See Also:
- Constant Field Values
FORMAT_ALN
public static final int FORMAT_ALN
- See Also:
- Constant Field Values
FORMAT_FST
public static final int FORMAT_FST
- See Also:
- Constant Field Values
ENTITY_PROTEIN
public static final int ENTITY_PROTEIN
- See Also:
- Constant Field Values
ENTITY_NUCLEIC_ACID
public static final int ENTITY_NUCLEIC_ACID
- See Also:
- Constant Field Values
type
public int type
format
public int format
identifier
public java.lang.String identifier
data
public java.lang.Object data
name
public java.lang.String name
folder
public java.lang.String folder
entityType
public int entityType
user
public java.lang.String user
password
public java.lang.String password
WBRequest
public WBRequest(java.lang.String user,
java.lang.String password,
int action,
java.lang.String identifier)