public class HistoryUI extends Object implements Serializable
HistoryUI is a presentation of History used in UI.| Constructor and Description |
|---|
HistoryUI(History history)
Constructs History UI object for given history instance.
|
| Modifier and Type | Method and Description |
|---|---|
Long |
getEntityId() |
String |
getEntityName() |
String |
getEntityType() |
String |
getEntry() |
History |
getHistory() |
String |
getOperation() |
String |
getTimestamp() |
String |
getUser() |
public HistoryUI(History history)
history - history instancepublic History getHistory()
public String getTimestamp()
public String getUser()
public String getOperation()
public String getEntityName()
public String getEntityType()
public Long getEntityId()
public String getEntry()
Copyright © 2025 European Spallation Source. All rights reserved.