de.nierbeck.timeTrack
Class TimeTrackEntriesManager

java.lang.Object
  extended by java.util.Observable
      extended by de.nierbeck.timeTrack.TimeTrackEntriesManager
All Implemented Interfaces:
Entries, EntriesType, javax.xml.bind.Element

public class TimeTrackEntriesManager
extends java.util.Observable
implements Entries

Class TimeTrackEntriesManager is a wrapper class for the entries, since the entries are generated class.

Author:
Achim
See Also:
Observable, Entries

Method Summary
 EntryType getCurrentSelected()
          delegates the call to the nested class
 java.util.List getEntry()
          delegates the call to the nested class
 java.util.Iterator getEntryIterator()
           
static TimeTrackEntriesManager getTimeTrackEntriesManager()
          Deprecated.  
 void reloadState()
           
 void restoreState()
           
 void saveState()
           
 void setChanged()
          delegates the call to the nested class
 void setCurrentSelected(EntryType value)
          delegates the call to the nested class and notifies the Observers
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTimeTrackEntriesManager

public static TimeTrackEntriesManager getTimeTrackEntriesManager()
Deprecated. 

Returns:
the instance

getCurrentSelected

public final EntryType getCurrentSelected()
delegates the call to the nested class

Specified by:
getCurrentSelected in interface EntriesType
Returns:
the selected EntryType
See Also:
Entries

setCurrentSelected

public final void setCurrentSelected(EntryType value)
delegates the call to the nested class and notifies the Observers

Specified by:
setCurrentSelected in interface EntriesType
Parameters:
value - - the current Selected
See Also:
Entries

getEntry

public final java.util.List getEntry()
delegates the call to the nested class

Specified by:
getEntry in interface EntriesType
Returns:
a list containing the entries
See Also:
Entries

setChanged

public final void setChanged()
delegates the call to the nested class

Overrides:
setChanged in class java.util.Observable
See Also:
Entries

restoreState

public final void restoreState()

saveState

public final void saveState()

getEntryIterator

public final java.util.Iterator getEntryIterator()
Returns:
a iterator over the entries

reloadState

public final void reloadState()


Copyright © 2003-2006 Nierbeck. All Rights Reserved.