Search
Recurrence.getMaster Method
See Also
 






Gets the master item of this recurrence. The property returns null if the recurrence is not associated with an item.

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

 Syntax

Java  Copy Code

public Item getMaster ()

 Return Value

A reference to the schedule item whose recurrence is defined by this object.

 Remarks

To associate a recurrence with an item, pass a reference to a Recurrence object to the item's Item.setRecurrence method.

 See Also