com.myJava.util.history
Class HistoryEntry
java.lang.Object
com.myJava.util.history.HistoryEntry
public class HistoryEntry
- extends java.lang.Object
- Author:
- Olivier PETRUCCI
Areca Build ID : 7299034069467778562
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_UNKNOWN
public static final int TYPE_UNKNOWN
- See Also:
- Constant Field Values
date
protected java.util.GregorianCalendar date
type
protected int type
description
protected java.lang.String description
HistoryEntry
public HistoryEntry()
HistoryEntry
public HistoryEntry(int type,
java.lang.String description)
getDate
public java.util.GregorianCalendar getDate()
setDate
public void setDate(java.util.GregorianCalendar date)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getType
public int getType()
setType
public void setType(int type)