Package org.bedework.calfacade.base
Class BwEventKey
java.lang.Object
org.bedework.calfacade.base.BwEventKey
- All Implemented Interfaces:
Serializable
Key to an event or events.
- Author:
- douglm
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the event's calendar path.getGuid()Get the event's guidgetName()Get the event's name.Get the event's recurrence idvoidsetCalPath(String val) Set the event's calendar pathvoidSet the event's guidvoidSet the event's namevoidsetRecurrenceId(String val) Set the event's recurrence idvoidsetRecurring(Boolean val) toString()
-
Constructor Details
-
BwEventKey
Constructor- Parameters:
calPath-guid-recurrenceId-name-recurring- iformational
-
-
Method Details
-
setCalPath
Set the event's calendar path- Parameters:
val- String event's name
-
getCalPath
Get the event's calendar path.- Returns:
- String event's name
-
setGuid
Set the event's guid- Parameters:
val- String event's guid
-
getGuid
Get the event's guid- Returns:
- String event's guid
-
setRecurrenceId
Set the event's recurrence id- Parameters:
val- recurrence id
-
getRecurrenceId
Get the event's recurrence id- Returns:
- the event's recurrence id
-
setName
Set the event's name- Parameters:
val- String event's name
-
getName
Get the event's name.- Returns:
- String event's name
-
setRecurring
- Parameters:
val-
-
getRecurring
- Returns:
- Boolean true if a recurring event
-
toStringSegment
- Returns:
- String
-
toString
-