Search
Resource.setId Method
See Also
 






Sets the string identifier of this resource.

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

 Syntax

Java  Copy Code

public void setId (
    String value
)

 Parameters

value

A string value identifying uniquely this resource instance.

 Remarks

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

 See Also