|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ikasan.framework.web.command.WiretapSearchCriteria
public class WiretapSearchCriteria
Command class capturing the Wiretap search criteria fields
| Constructor Summary | |
|---|---|
WiretapSearchCriteria()
Constructor |
|
| Method Summary | |
|---|---|
String |
getComponentName()
Get the component name |
String |
getEventId()
Get the event id |
String |
getFromDate()
Get the from date |
Date |
getFromDateTime()
Get the from date time object |
String |
getFromTime()
Get the from time |
Set<String> |
getModules()
Get a set of the modules |
String |
getPayloadContent()
Get the payload content |
String |
getPayloadId()
Get the payload id |
static long |
getSerialVersionUID()
Get the serial uid |
String |
getUntilDate()
Get the to date |
Date |
getUntilDateTime()
Get the to date time object |
String |
getUntilTime()
Get the to time |
void |
setComponentName(String componentName)
Set the component name |
void |
setEventId(String eventId)
Set the event id |
void |
setFromDate(String fromDate)
Set the from date |
void |
setFromTime(String fromTime)
Set the from time |
void |
setModules(Set<String> modules)
Set the modules |
void |
setPayloadContent(String payloadContent)
Set the payload content |
void |
setPayloadId(String payloadId)
Set the payload id |
void |
setUntilDate(String untilDate)
Set the to date |
void |
setUntilTime(String untilTime)
Set the to time |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WiretapSearchCriteria()
| Method Detail |
|---|
public static long getSerialVersionUID()
public String getComponentName()
public String getEventId()
public String getPayloadContent()
public String getPayloadId()
public void setComponentName(String componentName)
componentName - - component name to setpublic void setEventId(String eventId)
eventId - - event id to setpublic void setPayloadContent(String payloadContent)
payloadContent - - payload content to setpublic void setPayloadId(String payloadId)
payloadId - - payload id to setpublic Set<String> getModules()
public void setModules(Set<String> modules)
modules - - Set of modules to setpublic String getFromDate()
public void setFromDate(String fromDate)
fromDate - - from date to setpublic String getUntilDate()
public void setUntilDate(String untilDate)
untilDate - - to date to setpublic String getFromTime()
public void setFromTime(String fromTime)
fromTime - - from time to setpublic String getUntilTime()
public void setUntilTime(String untilTime)
untilTime - - to time to setpublic Date getFromDateTime()
public Date getUntilDateTime()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||