public class EventKey extends Object implements Comparable<EventKey>
| Modifier and Type | Field and Description |
|---|---|
String |
idParentSource |
Calendar |
startDateReccuringSource |
String |
uid |
| Constructor and Description |
|---|
EventKey(String uid,
String idParentSrc,
Calendar cal) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(EventKey other) |
boolean |
equals(Object obj) |
Calendar |
getStartDateReccuringSource() |
String |
getUid() |
int |
hashCode() |
public final String uid
public final String idParentSource
public final Calendar startDateReccuringSource
Copyright © 2022 OSIVIA. All rights reserved.