Search
Appointment.getLocked Method
See Also
 






Gets a value indicating whether users are forbidden to modify this appointment.

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

 Syntax

Java  Copy Code

public boolean getLocked ()

 Return Value

true if users are not allowed to modify the appointment interactively; otherwise, false. Default value is false.

 See Also