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

java.lang.Object
  extended by de.iai.ilcd.webgui.controller.ui.AbstractDataSetHandler<de.fzk.iai.ilcd.service.model.IFlowVO,Flow,FlowDao>
      extended by de.iai.ilcd.webgui.controller.ui.FlowHandler
All Implemented Interfaces:
java.io.Serializable

public class FlowHandler
extends AbstractDataSetHandler<de.fzk.iai.ilcd.service.model.IFlowVO,Flow,FlowDao>

Backing bean for flow detail view

See Also:
Serialized Form

Constructor Summary
FlowHandler()
          Initialize handler
 
Method Summary
 de.fzk.iai.ilcd.service.model.IFlowVO getFlow()
          Convenience method, delegates to AbstractDataSetHandler.getDataSet()
 boolean isElementaryFlow()
          Determine of elementary flow
 
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

FlowHandler

public FlowHandler()
Initialize handler

Method Detail

getFlow

public de.fzk.iai.ilcd.service.model.IFlowVO getFlow()
Convenience method, delegates to AbstractDataSetHandler.getDataSet()

Returns:
represented flow

isElementaryFlow

public boolean isElementaryFlow()
Determine of elementary flow

Returns:
true if represented flow is elementary flow, else false