com.floranta.client
Class Persistence

java.lang.Object
  |
  +--com.floranta.client.Persistence

public class Persistence
extends java.lang.Object

The Persistance class contains constants for the different types of persistence in the Floranta system.

Author:
cscarlos

Field Summary
static Persistence LONG
           
static Persistence PERMANENT
           
static Persistence SESSION
           
static Persistence SHORT
          Constants
 
Method Summary
 int getCode()
          return the code
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SHORT

public static final Persistence SHORT
Constants


SESSION

public static final Persistence SESSION

LONG

public static final Persistence LONG

PERMANENT

public static final Persistence PERMANENT
Method Detail

getCode

public int getCode()
return the code