de.jcon.jproject.bo
Class TravelSettings

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

public class TravelSettings
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 IMPORT_DIR
           
static java.lang.String USER
           
 
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
TravelSettings()
          Creates a new Travel object.
 
Method Summary
 java.lang.String getIMPORT_DIR()
          Returns the tRANSPORTID.
 IUser getUSER()
          Returns the tRANSPORTID.
 void setIMPORT_DIR(java.lang.String aValue)
          Sets the tRANSPORTID.
 void setUSER(IUser aUser)
          Sets the tRANSPORTID.
 
Methods inherited from class de.jcon.jproject.bo.AbstractBusinessDataWrapper
getCreationDate, getCreationUser, getId, getStatus, getUpdateDate, getUpdateUser, getVersion, getVisibility, setCreationDate, setCreationUser, setId, 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

IMPORT_DIR

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

TravelSettings

public TravelSettings()
Creates a new Travel object.

Method Detail

setIMPORT_DIR

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


getIMPORT_DIR

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

Returns:
String

setUSER

public void setUSER(IUser aUser)
Sets the tRANSPORTID.


getUSER

public IUser getUSER()
Returns the tRANSPORTID.

Returns:
String