Class EventPropertiesReference

java.lang.Object
org.bedework.calfacade.EventPropertiesReference
All Implemented Interfaces:
Serializable

public class EventPropertiesReference extends Object implements Serializable
Class to represent a reference to an event property.
Author:
Mike Douglass douglm - bedework.edu
See Also:
  • Constructor Details

    • EventPropertiesReference

      public EventPropertiesReference(String path)
      Constructor for collection
      Parameters:
      path - of collection
    • EventPropertiesReference

      public EventPropertiesReference(String path, String uid)
      Constructor for event
      Parameters:
      path - of event
      uid - of event
  • Method Details

    • getCollection

      public boolean getCollection()
      True for a collection reference
      Returns:
      boolean true for collection, false for event/task
    • getPath

      public String getPath()
      Path to the event or collection
      Returns:
      String path
    • getUid

      public String getUid()
      Set for a referencing event
      Returns:
      non-null for a referencing event
    • toString

      public String toString()
      Overrides:
      toString in class Object