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

java.lang.Object
  extended byfr.inria.oadymppac.parsing.event.AbstractEvent
      extended byfr.inria.oadymppac.parsing.gentra4cp.event.header.DefaultDescriptionEvent
All Implemented Interfaces:
DescriptionAttributes, DescriptionEvent, Event

public class DefaultDescriptionEvent
extends AbstractEvent
implements DescriptionEvent

Author:
raf

Field Summary
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.header.attributes.DescriptionAttributes
DESCRIPTION_NONE
 
Constructor Summary
DefaultDescriptionEvent()
           
 
Method Summary
 java.lang.String getDescription()
           
 void init(ContentHandler handler, char[] ch, int start, int length)
           
 void reset()
           
 void setDescription(java.lang.String description)
           
 
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

DefaultDescriptionEvent

public DefaultDescriptionEvent()
Method Detail

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface DescriptionEvent
Returns:
Returns the description.

setDescription

public void setDescription(java.lang.String description)
Specified by:
setDescription in interface DescriptionEvent
Parameters:
description - The description to set.

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