Gets the subject of this appointment.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
SyntaxJava
Copy Code
|
|---|
public String getSubject () |
A string that identifies the subject of the appointment. The default is an empty string.
RemarksThis method is equivalent to getHeaderText.
See Also