fr.inria.oadymppac.parsing.gentra4cp
Class DefaultRightsEvent
java.lang.Object
fr.inria.oadymppac.parsing.event.EventImpl
fr.inria.oadymppac.parsing.gentra4cp.DefaultRightsEvent
- All Implemented Interfaces:
- java.lang.Cloneable, Event, RightsAttributes, RightsEvent
- public class DefaultRightsEvent
- extends EventImpl
- implements RightsEvent
- Author:
- raf
Fields inherited from interface fr.inria.oadymppac.parsing.event.Event |
logger |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultRightsEvent
public DefaultRightsEvent()
getRights
public java.lang.String getRights()
- Specified by:
getRights
in interface RightsEvent
- Returns:
- Returns the checksum.
setRights
public void setRights(java.lang.String checksum)
- Specified by:
setRights
in interface RightsEvent
- Parameters:
checksum
- The checksum to set.
init
public void init(ContentHandler handler,
char[] ch,
int start,
int length)
- Specified by:
init
in interface Event
- Overrides:
init
in class EventImpl
reset
public void reset()
- Specified by:
reset
in interface Event
- Overrides:
reset
in class EventImpl
getInfo
public Info getInfo()
throws java.lang.CloneNotSupportedException
- Specified by:
getInfo
in interface Event
- Throws:
java.lang.CloneNotSupportedException
getEventType
public int getEventType()
- Specified by:
getEventType
in interface Event