Class EventData
java.lang.Object
org.eclipse.nebula.widgets.nattable.dataset.EventData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTitle()getWhere()voidsetDescription(String description) voidsetFromDate(Date fromDate) voidvoidvoid
-
Constructor Details
-
EventData
public EventData()
-
-
Method Details
-
getTitle
- Returns:
- the title
-
setTitle
- Parameters:
title- the title to set
-
getDescription
- Returns:
- the description
-
setDescription
- Parameters:
description- the description to set
-
getWhere
- Returns:
- the where
-
setWhere
- Parameters:
where- the where to set
-
getFromDate
- Returns:
- the fromDate
-
setFromDate
- Parameters:
fromDate- the fromDate to set
-
getToDate
- Returns:
- the toDate
-
setToDate
- Parameters:
toDate- the toDate to set
-