org.ikasan.framework.web.command
Class WiretapSearchCriteria

java.lang.Object
  extended by org.ikasan.framework.web.command.WiretapSearchCriteria
All Implemented Interfaces:
Serializable

public class WiretapSearchCriteria
extends Object
implements Serializable

Command class capturing the Wiretap search criteria fields

Author:
Ikasan Development Team
See Also:
Serialized Form

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

WiretapSearchCriteria

public WiretapSearchCriteria()
Constructor

Method Detail

getSerialVersionUID

public static long getSerialVersionUID()
Get the serial uid

Returns:
serial uid

getComponentName

public String getComponentName()
Get the component name

Returns:
component name

getEventId

public String getEventId()
Get the event id

Returns:
event id

getPayloadContent

public String getPayloadContent()
Get the payload content

Returns:
the payload content

getPayloadId

public String getPayloadId()
Get the payload id

Returns:
The payload id

setComponentName

public void setComponentName(String componentName)
Set the component name

Parameters:
componentName - - component name to set

setEventId

public void setEventId(String eventId)
Set the event id

Parameters:
eventId - - event id to set

setPayloadContent

public void setPayloadContent(String payloadContent)
Set the payload content

Parameters:
payloadContent - - payload content to set

setPayloadId

public void setPayloadId(String payloadId)
Set the payload id

Parameters:
payloadId - - payload id to set

getModules

public Set<String> getModules()
Get a set of the modules

Returns:
set of modules

setModules

public void setModules(Set<String> modules)
Set the modules

Parameters:
modules - - Set of modules to set

getFromDate

public String getFromDate()
Get the from date

Returns:
from date

setFromDate

public void setFromDate(String fromDate)
Set the from date

Parameters:
fromDate - - from date to set

getUntilDate

public String getUntilDate()
Get the to date

Returns:
to date

setUntilDate

public void setUntilDate(String untilDate)
Set the to date

Parameters:
untilDate - - to date to set

getFromTime

public String getFromTime()
Get the from time

Returns:
from time

setFromTime

public void setFromTime(String fromTime)
Set the from time

Parameters:
fromTime - - from time to set

getUntilTime

public String getUntilTime()
Get the to time

Returns:
to date

setUntilTime

public void setUntilTime(String untilTime)
Set the to time

Parameters:
untilTime - - to time to set

getFromDateTime

public Date getFromDateTime()
Get the from date time object

Returns:
from date_time object

getUntilDateTime

public Date getUntilDateTime()
Get the to date time object

Returns:
to date_time object


Copyright © 2007-2011 Ikasan. All Rights Reserved.