Search
Item.setTask Method
See Also
 






Sets the task associated with this item.

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

 Syntax

Java  Copy Code

public abstract void setTask (
    Task value
)

 Parameters

value

An instance of the Task class.

 See Also