public class HistoryEntry extends Object implements Serializable
| Constructor and Description |
|---|
HistoryEntry() |
| Modifier and Type | Method and Description |
|---|---|
@Nullable String |
getDateTime()
Returns the timestamp of the history entry.
|
@Nullable String |
getFileName()
Returns the name of the file, that has been changed.
|
int |
getId()
Returns the ID of the history entry.
|
@Nullable String |
getOperation()
Returns the name of the operation, that has been executed.
|
boolean |
isActive()
Returns true, if the history entry is currently active.
|
void |
setActive(boolean active)
When set to true, the history entry is currently active.
|
void |
setDateTime(@Nullable String dateTime)
Sets the timestamp of the history entry.
|
void |
setFileName(@Nullable String fileName)
Sets the name of the file, that has been changed.
|
void |
setId(int id)
Sets the ID of the history entry.
|
void |
setOperation(@Nullable String operation)
Sets the name of the operation, that has been executed.
|
public int getId()
public void setId(int id)
id - The ID, that shall be set.public boolean isActive()
public void setActive(boolean active)
active - True, if the history entry is currently active.@Nullable public @Nullable String getFileName()
public void setFileName(@Nullable
@Nullable String fileName)
fileName - The name of the file, that has been changed.@Nullable public @Nullable String getOperation()
public void setOperation(@Nullable
@Nullable String operation)
operation - The name of the operation, that has been executed.@Nullable public @Nullable String getDateTime()
public void setDateTime(@Nullable
@Nullable String dateTime)
dateTime - The timestamp of the history entry.Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.