com.cc.framework.ui.model
Interface RecurrenceException


public interface RecurrenceException

Represents an exception in a recurrence pattern.

Version:
$Revision: 1.3 $
Author:
Harald Schulz

Method Summary
 java.util.Calendar getOriginalDate()
          Gets value specifying when this exception was suppose to occur.
 RecurrencePattern getRecurrencePattern()
          Gets the RecurrencePattern object associated with this exception.
 boolean isDeleted()
          Gets a value specifying whether the occurrence is deleted.
 

Method Detail

isDeleted

public boolean isDeleted()
Gets a value specifying whether the occurrence is deleted.

Returns:
true if the occurrence is deleted

getOriginalDate

public java.util.Calendar getOriginalDate()
Gets value specifying when this exception was suppose to occur.

Returns:
Date

getRecurrencePattern

public RecurrencePattern getRecurrencePattern()
Gets the RecurrencePattern object associated with this exception.

Returns:
Recurrence Pattern


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.