Search
Item.setId Method
See Also
 






Sets the string identifier of this item.

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

 Syntax

Java  Copy Code

public abstract void setId (
    String value
)

 Parameters

value

A string whose value uniquely identifies the item.

 Remarks

If you need to change its value, make sure the identifier is always unique.

 See Also