Search
Appointment.clone Method
See Also
 






Creates an exact shallow clone of this appointment.

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

 Syntax

Java  Copy Code

public Appointment clone ()

 Return Value

A new Appointment object representing a shallow copy of this one.

 Remarks

The clone method creates an exact copy of an item with the following exceptions. The duplicates of a recurring item created through the clone method are no longer recurring items. The getId of the newly created item is unique and not the same as the getId of the source item.

 See Also