org.processmining.plugins.log.abstraction.mapping
Class GlobalAttribute

java.lang.Object
  extended by org.processmining.plugins.log.abstraction.mapping.GlobalAttribute

public class GlobalAttribute
extends java.lang.Object

Author:
thobai

Field Summary
protected  java.lang.String attributeName
           
protected  java.lang.String eventName
           
protected  java.lang.String globalAttributeName
           
protected  java.lang.String value
           
 
Constructor Summary
GlobalAttribute()
           
 
Method Summary
 java.lang.String getAttributeName()
           
 java.lang.String getEventName()
           
 java.lang.String getGlobalAttributeName()
           
 java.lang.String getValue()
           
 void setAttributeName(java.lang.String attributeName)
           
 void setEventName(java.lang.String eventName)
           
 void setGlobalAttributeName(java.lang.String globalAttributeName)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eventName

protected java.lang.String eventName

attributeName

protected java.lang.String attributeName

globalAttributeName

protected java.lang.String globalAttributeName

value

protected java.lang.String value
Constructor Detail

GlobalAttribute

public GlobalAttribute()
Method Detail

getEventName

public java.lang.String getEventName()
Returns:
the eventName

setEventName

public void setEventName(java.lang.String eventName)
Parameters:
eventName - the eventName to set

getAttributeName

public java.lang.String getAttributeName()
Returns:
the attributeName

setAttributeName

public void setAttributeName(java.lang.String attributeName)
Parameters:
attributeName - the attributeName to set

getGlobalAttributeName

public java.lang.String getGlobalAttributeName()
Returns:
the globalAttributeName

setGlobalAttributeName

public void setGlobalAttributeName(java.lang.String globalAttributeName)
Parameters:
globalAttributeName - the globalAttributeName to set

getValue

public java.lang.String getValue()
Returns:
the value

setValue

public void setValue(java.lang.String value)
Parameters:
value - the value to set