Class DataEvent
- java.lang.Object
-
- com.netgrif.application.engine.importer.model.BaseEvent
-
- com.netgrif.application.engine.importer.model.DataEvent
-
public class DataEvent extends BaseEvent
Java class for dataEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dataEvent"> <complexContent> <extension base="{}baseEvent"> <attribute name="type" use="required" type="{}dataEventType" /> </extension> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description DataEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataEventTypegetType()Gets the value of the type property.voidsetType(DataEventType value)Sets the value of the type property.-
Methods inherited from class com.netgrif.application.engine.importer.model.BaseEvent
getActions, getId, getMessage, setId, setMessage
-
-
-
-
Field Detail
-
type
protected DataEventType type
-
-
Method Detail
-
getType
public DataEventType getType()
Gets the value of the type property.- Returns:
- possible object is
DataEventType
-
setType
public void setType(DataEventType value)
Sets the value of the type property.- Parameters:
value- allowed object isDataEventType
-
-