Search
Item.getTask Method
See Also
 






Gets the task associated with this item.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public abstract Task getTask ()

 Return Value

An instance of the Task class.

 See Also