Search
Appointment.setId Method
See Also
 






Sets the string identifier of this appointment.

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

 Syntax

Java  Copy Code

public void setId (
    String value
)

 Parameters

value

A string value that identifies uniquely this appointment.

 Remarks

If you need to change this value, make sure it is always unique.

 See Also