Represents events scheduled to occur at some point in time. It is derived by concrete classes such as Appointment.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
SyntaxJava
Copy Code
|
|---|
public abstract class Item implements Cloneable |
Inheritance Hierarchyjava.lang.Object![]()
com.mindfusion.scheduling.model.Item
com.mindfusion.scheduling.model.Appointment
See Also