Package org.apache.unomi.api
Class EventSource
- java.lang.Object
-
- org.apache.unomi.api.EventSource
-
public class EventSource extends Object
TODO: REMOVE
-
-
Constructor Summary
Constructors Constructor Description EventSource()
-
-
-
Method Detail
-
getScope
public String getScope()
-
setScope
public void setScope(String scope)
-
getId
public String getId()
-
setId
public void setId(String id)
-
getPath
public String getPath()
-
setPath
public void setPath(String path)
-
getType
public String getType()
-
setType
public void setType(String type)
-
-