Class EventMapper.MappingInfo
- java.lang.Object
- 
- jadex.platform.service.processengine.EventMapper.MappingInfo
 
- 
- Enclosing class:
- EventMapper
 
 public static class EventMapper.MappingInfo extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description MappingInfo(java.lang.String event, IFilter<java.lang.Object> filter, java.lang.Object info)Create a new MappingInfo.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetEvent()Get the event.IFilter<java.lang.Object>getFilter()Get the filter.java.lang.ObjectgetInfo()Get the info.voidsetEvent(java.lang.String event)Set the event.voidsetFilter(IFilter<java.lang.Object> filter)Set the filter.voidsetInfo(java.lang.Object info)Set the info.
 
- 
- 
- 
Field Detail- 
eventprotected java.lang.String event The event.
 - 
filterprotected IFilter<java.lang.Object> filter The filter.
 - 
infoprotected java.lang.Object info The process model file name.
 
- 
 - 
Constructor Detail- 
MappingInfopublic MappingInfo(java.lang.String event, IFilter<java.lang.Object> filter, java.lang.Object info)Create a new MappingInfo.
 
- 
 - 
Method Detail- 
getEventpublic java.lang.String getEvent() Get the event. return The event.
 - 
setEventpublic void setEvent(java.lang.String event) Set the event.- Parameters:
- event- The event to set.
 
 - 
getFilterpublic IFilter<java.lang.Object> getFilter() Get the filter. return The filter.
 - 
setFilterpublic void setFilter(IFilter<java.lang.Object> filter) Set the filter.- Parameters:
- filter- The filter to set.
 
 - 
getInfopublic java.lang.Object getInfo() Get the info. return The info.
 - 
setInfopublic void setInfo(java.lang.Object info) Set the info.- Parameters:
- info- The info to set.
 
 
- 
 
-