public class TimelineEventModel extends Object implements ITimelineEvent
| Constructor and Description |
|---|
TimelineEventModel(String title,
String caption,
Date start,
Date end,
String link,
boolean isDuration) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCaption() |
String |
getColor() |
Date |
getEnd() |
String |
getEndFormatted() |
String |
getLink() |
Date |
getStart() |
String |
getStartFormatted() |
String |
getText() |
String |
getTitle() |
boolean |
isDuration() |
void |
setCaption(String caption) |
void |
setColor(String color) |
void |
setDuration(boolean isDuration) |
void |
setEnd(Date end) |
void |
setLink(String link) |
void |
setStart(Date start) |
void |
setText(String text) |
void |
setTitle(String title) |
public String getTitle()
getTitle in interface ITimelineEventpublic void setTitle(String title)
public Date getStart()
public void setStart(Date start)
public Date getEnd()
public void setEnd(Date end)
public String getLink()
getLink in interface ITimelineEventpublic void setLink(String link)
public String getStartFormatted()
getStartFormatted in interface ITimelineEventpublic String getEndFormatted()
getEndFormatted in interface ITimelineEventpublic boolean isDuration()
isDuration in interface ITimelineEventpublic void setDuration(boolean isDuration)
public String getColor()
getColor in interface ITimelineEventpublic void setColor(String color)
public String getText()
getText in interface ITimelineEventpublic void setText(String text)
public String getCaption()
public void setCaption(String caption)
Copyright © 2015. All rights reserved.