de.jcon.jproject.bo
Class UserSessionSettings

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--de.jcon.jproject.wrapper.AbstractDataWrapper
                    |
                    +--de.jcon.jproject.bo.AbstractBusinessDataWrapper
                          |
                          +--de.jcon.jproject.bo.UserSessionSettings
All Implemented Interfaces:
java.lang.Cloneable, DataWrapper, IBusinessObject, java.util.Map, java.io.Serializable

public class UserSessionSettings
extends AbstractBusinessDataWrapper

DOCUMENT ME!

Version:
$Revision: 1.6 $ / $Date: 2004/04/17 16:33:26 $
Author:
Oliver Gries
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Field Summary
static java.lang.String KEY
           
static java.lang.String USER
           
static java.lang.String VALUE
           
 
Fields inherited from interface de.jcon.jproject.bo.IBusinessObject
CREATION_DATE, CREATION_USER, ID, STATES, STATUS, STATUS_CLEARED, STATUS_CREATED, STATUS_RELEASED, STATUS_REVOKED, UPDATE_DATE, UPDATE_USER, VERSION, VISIBILITIES, VISIBILITY, VISIBILITY_PRIVATE, VISIBILITY_PROTECTED, VISIBILITY_PUBLIC, VISIBILITY_USER
 
Constructor Summary
UserSessionSettings()
          Creates a new Travel object.
 
Method Summary
 long getId()
          Returns the iD.
 java.lang.String getKEY()
          Returns the tRANSPORTID.
 IUser getUSER()
          Returns the tRANSPORTID.
 java.lang.String getVALUE()
          Returns the tRANSPORTID.
 void setId(long iD)
          Sets the iD.
 void setKEY(java.lang.String aValue)
          Sets the tRANSPORTID.
 void setUSER(IUser aUser)
          Sets the tRANSPORTID.
 void setVALUE(java.lang.String aValue)
          Sets the tRANSPORTID.
 
Methods inherited from class de.jcon.jproject.bo.AbstractBusinessDataWrapper
getCreationDate, getCreationUser, getStatus, getUpdateDate, getUpdateUser, getVersion, getVisibility, setCreationDate, setCreationUser, setStatus, setUpdateDate, setUpdateUser, setVersion, setVisibility
 
Methods inherited from class de.jcon.jproject.wrapper.AbstractDataWrapper
get, getAsBoolean, getAsDouble, getAsInt, getAsLong, getMap, mapAllVariables, put, put, putAll, variables
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, hashCode, isEmpty, keys, keySet, putAll, remove, size, toString, values
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface de.jcon.jproject.wrapper.DataWrapper
clear, containsKey, remove
 

Field Detail

USER

public static final java.lang.String USER
See Also:
Constant Field Values

KEY

public static final java.lang.String KEY
See Also:
Constant Field Values

VALUE

public static final java.lang.String VALUE
See Also:
Constant Field Values
Constructor Detail

UserSessionSettings

public UserSessionSettings()
Creates a new Travel object.

Method Detail

setId

public void setId(long iD)
Sets the iD.

Specified by:
setId in interface IBusinessObject
Overrides:
setId in class AbstractBusinessDataWrapper
Parameters:
iD - The iD to set

getId

public long getId()
Returns the iD.

Specified by:
getId in interface IBusinessObject
Overrides:
getId in class AbstractBusinessDataWrapper
Returns:
String

setKEY

public void setKEY(java.lang.String aValue)
Sets the tRANSPORTID.


getKEY

public java.lang.String getKEY()
Returns the tRANSPORTID.

Returns:
String

setUSER

public void setUSER(IUser aUser)
Sets the tRANSPORTID.


getUSER

public IUser getUSER()
Returns the tRANSPORTID.

Returns:
String

setVALUE

public void setVALUE(java.lang.String aValue)
Sets the tRANSPORTID.


getVALUE

public java.lang.String getVALUE()
Returns the tRANSPORTID.

Returns:
String