Creates an exact shallow clone of this appointment.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
Java Copy Code |
---|
public Appointment clone () |
A new Appointment object representing a shallow copy of this one.
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.