Search
Item.setLocation Method
See Also
 






Sets the location associated with this item.

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

 Syntax

Java  Copy Code

public abstract void setLocation (
    Location value
)

 Parameters

value

An instance of the Location class.

 See Also