org.processmining.plugins.log.abstraction.mapping
Class GlobalAttribute
java.lang.Object
org.processmining.plugins.log.abstraction.mapping.GlobalAttribute
public class GlobalAttribute
- extends java.lang.Object
- Author:
- thobai
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
eventName
protected java.lang.String eventName
attributeName
protected java.lang.String attributeName
globalAttributeName
protected java.lang.String globalAttributeName
value
protected java.lang.String value
GlobalAttribute
public GlobalAttribute()
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