public class OpHistory extends Object implements Serializable
| Constructor and Description |
|---|
OpHistory() |
OpHistory(Long historyId,
String name,
String description,
String date) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDate() |
String |
getDescription() |
Long |
getHistoryId() |
String |
getName() |
void |
setDate(String date) |
void |
setDescription(String description) |
void |
setHistoryId(Long historyId) |
void |
setName(String name) |
String |
toString() |
public Long getHistoryId()
public void setHistoryId(Long historyId)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getDate()
public void setDate(String date)
Copyright © 2018. All Rights Reserved.