public class Record extends Object
| Constructor and Description |
|---|
Record(long timestamp,
TimeTrackerRecords name,
String description,
long duration) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
long |
getDuration() |
TimeTrackerRecords |
getName() |
long |
getTimestamp() |
public Record(long timestamp,
TimeTrackerRecords name,
String description,
long duration)
public long getTimestamp()
public TimeTrackerRecords getName()
public String getDescription()
public long getDuration()
Copyright © 2016 Bonitasoft S.A.. All rights reserved.