org.wicketstuff.simile.timeline
Class TimelineEventModel
java.lang.Object
org.wicketstuff.simile.timeline.TimelineEventModel
- All Implemented Interfaces:
- Serializable, ITimelineEvent
public class TimelineEventModel
- extends Object
- implements ITimelineEvent
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimelineEventModel
public TimelineEventModel(String title,
String caption,
Date start,
Date end,
String link,
boolean isDuration)
getTitle
public String getTitle()
- Specified by:
getTitle in interface ITimelineEvent
setTitle
public void setTitle(String title)
getStart
public Date getStart()
setStart
public void setStart(Date start)
getEnd
public Date getEnd()
setEnd
public void setEnd(Date end)
getLink
public String getLink()
- Specified by:
getLink in interface ITimelineEvent
setLink
public void setLink(String link)
getStartFormatted
public String getStartFormatted()
- Specified by:
getStartFormatted in interface ITimelineEvent
getEndFormatted
public String getEndFormatted()
- Specified by:
getEndFormatted in interface ITimelineEvent
isDuration
public boolean isDuration()
- Specified by:
isDuration in interface ITimelineEvent
setDuration
public void setDuration(boolean isDuration)
getColor
public String getColor()
- Specified by:
getColor in interface ITimelineEvent
setColor
public void setColor(String color)
getText
public String getText()
- Specified by:
getText in interface ITimelineEvent
setText
public void setText(String text)
getCaption
public String getCaption()
setCaption
public void setCaption(String caption)
Copyright © 2011. All Rights Reserved.