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

java.lang.Object
  extended byfr.inria.oadymppac.parsing.event.AbstractEvent
      extended byfr.inria.oadymppac.parsing.gentra4cp.event.header.DefaultContributorEvent
All Implemented Interfaces:
ContributorAttributes, ContributorEvent, Event

public class DefaultContributorEvent
extends AbstractEvent
implements ContributorEvent

Author:
raf

Field Summary
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.header.attributes.ContributorAttributes
CONTRIBUTOR_NONE
 
Constructor Summary
DefaultContributorEvent()
           
 
Method Summary
 java.lang.String getContributor()
           
 void init(ContentHandler handler, char[] ch, int start, int length)
           
 void reset()
           
 void setContributor(java.lang.String contributor)
           
 
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

DefaultContributorEvent

public DefaultContributorEvent()
Method Detail

getContributor

public java.lang.String getContributor()
Specified by:
getContributor in interface ContributorEvent
Returns:
Returns the contributor.

setContributor

public void setContributor(java.lang.String contributor)
Specified by:
setContributor in interface ContributorEvent
Parameters:
contributor - The contributor 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