Search
Item Class
See Also
 






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

 Syntax

Java  Copy Code

public abstract class Item implements Cloneable

 Inheritance Hierarchy

java.lang.Object
    com.mindfusion.scheduling.model.Item
        com.mindfusion.scheduling.model.Appointment

 See Also