Oracle

com.compoze.domino
Class InstanceInfo

java.lang.Object
  extended by com.compoze.domino.InstanceInfo
All Implemented Interfaces:
java.io.Serializable

public class InstanceInfo
extends java.lang.Object
implements java.io.Serializable

This class represents information (such as ID and instance dates) for a single instance of a repeating document.

See Also:
Appointment.serverGetInstanceInfoArray(), Serialized Form

Method Summary
 java.lang.String getID()
          Gets the id of the instance.
 java.util.Date[] getInstanceDates()
          Gets the instance dates for this instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getID

public java.lang.String getID()
Gets the id of the instance.

Returns:
the id of the instance

getInstanceDates

public java.util.Date[] getInstanceDates()
Gets the instance dates for this instance.

Returns:
an array of instance dates or an empty array

Oracle

Copyright ©1999-2008 Oracle All rights reserved.