public class EventDetails extends Object
Constructor and Description |
---|
EventDetails() |
EventDetails(EventUtils.CATEGORY category,
EventUtils.TYPE type,
String action,
String reason,
String comment) |
Modifier and Type | Method and Description |
---|---|
String |
getAction() |
EventUtils.CATEGORY |
getCategory() |
String |
getComment() |
String |
getReason() |
EventUtils.TYPE |
getType() |
void |
setAction(String action) |
void |
setCategory(EventUtils.CATEGORY category) |
void |
setComment(String comment) |
void |
setReason(String reason) |
void |
setType(EventUtils.TYPE type) |
public EventDetails(EventUtils.CATEGORY category, EventUtils.TYPE type, String action, String reason, String comment)
public EventDetails()
public EventUtils.CATEGORY getCategory()
public void setCategory(EventUtils.CATEGORY category)
public EventUtils.TYPE getType()
public void setType(EventUtils.TYPE type)
public String getAction()
public void setAction(String action)
public String getReason()
public void setReason(String reason)
public String getComment()
public void setComment(String comment)
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.