de.iai.ilcd.webgui.controller.ui
Class SourceHandler

java.lang.Object
  extended by de.iai.ilcd.webgui.controller.ui.AbstractDataSetHandler<Source,SourceDao>
      extended by de.iai.ilcd.webgui.controller.ui.SourceHandler
All Implemented Interfaces:
java.io.Serializable

public class SourceHandler
extends AbstractDataSetHandler<Source,SourceDao>

Backing bean for source detail view

See Also:
Serialized Form

Constructor Summary
SourceHandler()
          Initialize handler
 
Method Summary
 Source getSource()
          Convenience method, delegates to AbstractDataSetHandler.getDataSet()
 
Methods inherited from class de.iai.ilcd.webgui.controller.ui.AbstractDataSetHandler
getDaoInstance, getDataSet, getDataSetIdString, isStringNullOrEmpty, setDataSet, setDataSetIdString, setDataSetIdString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceHandler

public SourceHandler()
Initialize handler

Method Detail

getSource

public Source getSource()
Convenience method, delegates to AbstractDataSetHandler.getDataSet()

Returns:
represented source instance