net.officefloor.eclipse.wizard.officetask
Class OfficeTaskInstance

java.lang.Object
  extended by net.officefloor.eclipse.wizard.officetask.OfficeTaskInstance

public class OfficeTaskInstance
extends Object

Instance of an OfficeTask.

Author:
Daniel Sagenschneider

Method Summary
 OfficeSection getOfficeSection()
          Obtains the OfficeSection from which the OfficeTask was selected.
 OfficeTask getOfficeTask()
          Obtains the selected OfficeTask.
 boolean isPreRatherThanPostDuty()
          Indicates if pre rather than post Duty being linked to OfficeTask.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getOfficeTask

public OfficeTask getOfficeTask()
Obtains the selected OfficeTask.

Returns:
Selected OfficeTask.

getOfficeSection

public OfficeSection getOfficeSection()
Obtains the OfficeSection from which the OfficeTask was selected.

Returns:
OfficeSection from which the OfficeTask was selected.

isPreRatherThanPostDuty

public boolean isPreRatherThanPostDuty()
Indicates if pre rather than post Duty being linked to OfficeTask.

Returns:
true if pre Duty, otherwise false if post Duty.


Copyright © 2005-2013. All Rights Reserved.