@Component @Scope(value="prototype") public class Event extends Object
| Constructor and Description |
|---|
Event(Event event)
Constructor.
|
Event(String id,
String title,
Date startDate,
Date endDate,
boolean allDay,
String bckgColor,
String viewURL,
String idEventSrc,
String idParentSrc)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getBckgColor()
Getter for bckgColor.
|
String |
getDescription()
Getter for description.
|
Date |
getEndDate()
Getter for endDate.
|
String |
getId()
Getter for id.
|
String |
getIdEventSource()
Getter for idEvent source
|
String |
getIdParentSource()
Getter for idParentSource
|
Date |
getLastModified()
Getter for lastModified.
|
String |
getLocation()
Getter for location.
|
String |
getPreviewUrl() |
Date |
getStartDate()
Getter for startDate.
|
String |
getSummary() |
String |
getTime()
Getter for time.
|
String |
getTitle()
Getter for title.
|
String |
getViewURL()
Getter for viewURL.
|
int |
hashCode() |
boolean |
isAllDay()
Getter for allDay.
|
void |
setBckgColor(String bckgColor)
Setter for bckgColor.
|
void |
setDescription(String description)
Setter for description.
|
void |
setLastModified(Date lastModified)
Setter for lastModified.
|
void |
setLocation(String location)
Setter for location.
|
void |
setPreviewUrl(String previewUrl) |
void |
setTime(String time)
Setter for time.
|
String |
toString() |
public Event(String id, String title, Date startDate, Date endDate, boolean allDay, String bckgColor, String viewURL, String idEventSrc, String idParentSrc)
id - event identifiertitle - event titlestartDate - event start dateendDate - event end dateviewURL - event view document URLpublic Event(Event event)
event - eventpublic String getTime()
public void setTime(String time)
time - the time to setpublic Date getLastModified()
public void setLastModified(Date lastModified)
lastModified - the lastModified to setpublic String getLocation()
public void setLocation(String location)
location - the location to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic String getBckgColor()
public void setBckgColor(String bckgColor)
bckgColor - the bckgColor to setpublic String getPreviewUrl()
public void setPreviewUrl(String previewUrl)
public String getId()
public String getTitle()
public Date getStartDate()
public Date getEndDate()
public String getSummary()
public boolean isAllDay()
public String getViewURL()
public String getIdEventSource()
public String getIdParentSource()
Copyright © 2019 OSIVIA. All rights reserved.