de.jcon.jproject.bo
Class InvoicePosition

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

public class InvoicePosition
extends AbstractDataWrapper

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 TASK
           
static java.lang.String TASK_SUM_NET
           
 
Constructor Summary
InvoicePosition()
          Creates a new TravelInformation object.
 
Method Summary
 double getSUM()
          DOCUMENT ME!
 double getTASK_SUM_NET()
          Returns the eNDTIME.
 UnitOfWork getTASK()
          Returns the eNDDATE.
 void setTASK_SUM_NET(double eNDTIME)
          Sets the eNDTIME.
 void setTASK(UnitOfWork aTask)
          Sets the eNDDATE.
 
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

TASK

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

TASK_SUM_NET

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

InvoicePosition

public InvoicePosition()
Creates a new TravelInformation object.

Method Detail

getSUM

public double getSUM()
DOCUMENT ME!

Returns:
DOCUMENT ME!

setTASK

public void setTASK(UnitOfWork aTask)
Sets the eNDDATE.


getTASK

public UnitOfWork getTASK()
Returns the eNDDATE.

Returns:
String

setTASK_SUM_NET

public void setTASK_SUM_NET(double eNDTIME)
Sets the eNDTIME.

Parameters:
eNDTIME - The eNDTIME to set

getTASK_SUM_NET

public double getTASK_SUM_NET()
Returns the eNDTIME.

Returns:
String