public class HistoryItem extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
args |
protected Date |
date |
protected HistoryType |
type |
| Constructor and Description |
|---|
HistoryItem() |
protected Date date
protected HistoryType type
public Date getDate()
public void setDate(Date date)
public HistoryType getType()
public void setType(HistoryType type)
Copyright © 2013–2015 Inra. All rights reserved.