Search
Appointment.getSubject Method
See Also
 






Gets the subject of this appointment.

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

 Syntax

Java  Copy Code

public String getSubject ()

 Return Value

A string that identifies the subject of the appointment. The default is an empty string.

 Remarks

This method is equivalent to getHeaderText.

 See Also