public class HistoryEventImp extends Object implements HistoryEvent
| Constructor and Description |
|---|
HistoryEventImp() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDay() |
String |
getDescription()
A description of the History event
example: Deployment start event
example element:
|
String |
getDocumentationUrl()
If there is an URL of the event place it here.
|
int |
getMonth() |
String |
getName()
The name of the member element
example: "deployment_start"
example element:
|
int |
getYear()
The date of the History Item
Only the year month and day will be used.
|
void |
setDate(int year,
int month,
int day) |
void |
setDay(int day) |
void |
setDescription(String description) |
void |
setDocumentationUrl(String documentationUrl) |
void |
setMonth(int month) |
void |
setName(String name) |
void |
setYear(int year) |
public String getName()
HistoryEventgetName in interface HistoryEventpublic void setName(String name)
public int getYear()
HistoryEventgetYear in interface HistoryEventpublic void setYear(int year)
public int getMonth()
getMonth in interface HistoryEventpublic void setMonth(int month)
public int getDay()
getDay in interface HistoryEventpublic void setDay(int day)
public String getDescription()
HistoryEventgetDescription in interface HistoryEventpublic void setDescription(String description)
public String getDocumentationUrl()
HistoryEventgetDocumentationUrl in interface HistoryEventpublic void setDocumentationUrl(String documentationUrl)
public void setDate(int year,
int month,
int day)
Copyright © 2016. All Rights Reserved.