fr.inria.oadymppac.parsing.gentra4cp.event.header
Class DefaultDateEvent

java.lang.Object
  extended byfr.inria.oadymppac.parsing.event.AbstractEvent
      extended byfr.inria.oadymppac.parsing.gentra4cp.event.header.DefaultDateEvent
All Implemented Interfaces:
DateAttributes, DateEvent, Event

public class DefaultDateEvent
extends AbstractEvent
implements DateEvent

Author:
raf

Field Summary
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.header.attributes.DateAttributes
DATE_NONE, DEFAULT_DATE_FORMAT
 
Constructor Summary
DefaultDateEvent()
           
 
Method Summary
 java.util.Date getDate()
           
 void init(ContentHandler handler, char[] ch, int start, int length)
           
 void reset()
           
 void setDate(java.util.Date d)
           
 
Methods inherited from class fr.inria.oadymppac.parsing.event.AbstractEvent
getValue, init
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface fr.inria.oadymppac.parsing.event.Event
getValue, init
 

Constructor Detail

DefaultDateEvent

public DefaultDateEvent()
Method Detail

getDate

public java.util.Date getDate()
Specified by:
getDate in interface DateEvent

setDate

public void setDate(java.util.Date d)
Specified by:
setDate in interface DateEvent

init

public void init(ContentHandler handler,
                 char[] ch,
                 int start,
                 int length)
Specified by:
init in interface Event
Overrides:
init in class AbstractEvent

reset

public void reset()
Specified by:
reset in interface Event
Overrides:
reset in class AbstractEvent