@Entity public class EditEntry extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected long |
id |
| Modifier | Constructor and Description |
|---|---|
protected |
EditEntry() |
|
EditEntry(String user,
StorableTabularResource tabularResource) |
| Modifier and Type | Method and Description |
|---|---|
long |
getId() |
StorableTabularResource |
getTabularResource() |
String |
getUser() |
String |
toString() |
protected EditEntry()
public EditEntry(String user, StorableTabularResource tabularResource)
public String getUser()
public long getId()
public StorableTabularResource getTabularResource()
Copyright © 2018. All Rights Reserved.