fr.inria.oadymppac.parsing.gentra4cp.event.attributes
Class DefaultEventAttributes

java.lang.Object
  extended byfr.inria.oadymppac.parsing.gentra4cp.event.attributes.DefaultEventAttributes
All Implemented Interfaces:
DTDEventAttributes, EventAttributes

public class DefaultEventAttributes
extends java.lang.Object
implements EventAttributes

Author:
raf

Field Summary
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.event.attributes.EventAttributes
CHRONO_NONE, CONTEXT_NONE, DEPTH_NONE, FILE_NONE, LINE_NONE, TIME_NONE
 
Fields inherited from interface fr.inria.oadymppac.parsing.gentra4cp.dtd.DTDEventAttributes
CHRONO, CONTEXT, DEPTH, FILE, LINE, TIME
 
Constructor Summary
DefaultEventAttributes()
           
 
Method Summary
 int getChrono()
           
 java.lang.String getContext()
           
 int getDepth()
           
 java.lang.String getFile()
           
 int getLine()
           
 long getTime()
           
 void setChrono(int chrono)
           
 void setContext(java.lang.String context)
           
 void setDepth(int depth)
           
 void setFile(java.lang.String file)
           
 void setLine(int line)
           
 void setTime(long time)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultEventAttributes

public DefaultEventAttributes()
Method Detail

getChrono

public int getChrono()
Specified by:
getChrono in interface EventAttributes
Returns:
Returns the chrono.

setChrono

public void setChrono(int chrono)
Specified by:
setChrono in interface EventAttributes
Parameters:
chrono - The chrono to set.

getContext

public java.lang.String getContext()
Specified by:
getContext in interface EventAttributes
Returns:
Returns the context.

setContext

public void setContext(java.lang.String context)
Specified by:
setContext in interface EventAttributes
Parameters:
context - The context to set.

getDepth

public int getDepth()
Specified by:
getDepth in interface EventAttributes
Returns:
Returns the depth.

setDepth

public void setDepth(int depth)
Specified by:
setDepth in interface EventAttributes
Parameters:
depth - The depth to set.

getFile

public java.lang.String getFile()
Specified by:
getFile in interface EventAttributes
Returns:
Returns the file.

setFile

public void setFile(java.lang.String file)
Specified by:
setFile in interface EventAttributes
Parameters:
file - The file to set.

getLine

public int getLine()
Specified by:
getLine in interface EventAttributes
Returns:
Returns the line.

setLine

public void setLine(int line)
Specified by:
setLine in interface EventAttributes
Parameters:
line - The line to set.

getTime

public long getTime()
Specified by:
getTime in interface EventAttributes
Returns:
Returns the time.

setTime

public void setTime(long time)
Specified by:
setTime in interface EventAttributes
Parameters:
time - The time to set.