com.myJava.util.history
Class HistoryEntry

java.lang.Object
  extended by com.myJava.util.history.HistoryEntry

public class HistoryEntry
extends java.lang.Object


Author:
Olivier PETRUCCI

Areca Build ID : 7299034069467778562

Field Summary
protected  java.util.GregorianCalendar date
           
protected  java.lang.String description
           
protected  int type
           
static int TYPE_UNKNOWN
           
 
Constructor Summary
HistoryEntry()
           
HistoryEntry(int type, java.lang.String description)
           
 
Method Summary
 java.util.GregorianCalendar getDate()
           
 java.lang.String getDescription()
           
 int getType()
           
 void setDate(java.util.GregorianCalendar date)
           
 void setDescription(java.lang.String description)
           
 void setType(int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

HistoryEntry

public HistoryEntry()

HistoryEntry

public HistoryEntry(int type,
                    java.lang.String description)
Method Detail

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)