com.hack23.cia.model.impl.application.events.user
Class SearchActionEvent

Package class diagram package SearchActionEvent
java.lang.Object
  extended by com.hack23.cia.model.impl.common.BaseEntity
      extended by com.hack23.cia.model.impl.application.events.user.AbstractActionEvent
          extended by com.hack23.cia.model.impl.application.events.user.SearchActionEvent
All Implemented Interfaces:
ActionEvent, EventData, Event, ModelObject, PersistedModelObject, Serializable

@Entity
public class SearchActionEvent
extends AbstractActionEvent

The Class SearchActionEvent.

See Also:
Serialized Form

Constructor Summary
Constructor and Description
SearchActionEvent()
          Instantiates a new search action event.
SearchActionEvent(Date createdDate, String search)
          Instantiates a new search action event.
 
Method Summary
Modifier and Type Method and Description
 ActionEventType getActionEventType()
          Gets the action event type.
 ParliamentOperationType getCitizenOperation()
          Gets the citizen operation.
 String getSearchString()
          Gets the search string.
 void setCitizenOperation(ParliamentOperationType citizenOperation)
          Sets the citizen operation.
 void setSearchString(String searchString)
          Sets the search string.
 
Methods inherited from class com.hack23.cia.model.impl.application.events.user.AbstractActionEvent
computeExutionTime, getApplicationTypeContext, getCreatedDate, getExecutionTime, getId, getVersion, setCreatedDate, setExecutionTime, setId, setVersion
 
Methods inherited from class com.hack23.cia.model.impl.common.BaseEntity
equals, getTypeContext, hashCode, isNew
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.hack23.cia.model.api.common.PersistedModelObject
getTypeContext, isNew
 

Constructor Detail

SearchActionEvent

public SearchActionEvent()
Instantiates a new search action event.


SearchActionEvent

public SearchActionEvent(Date createdDate,
                         String search)
Instantiates a new search action event.

Parameters:
createdDate - the created date
search - the search
Method Detail

getActionEventType

public ActionEventType getActionEventType()
Description copied from interface: ActionEvent
Gets the action event type.

Specified by:
getActionEventType in interface ActionEvent
Specified by:
getActionEventType in class AbstractActionEvent
Returns:
the action event type

getSearchString

public String getSearchString()
Gets the search string.

Returns:
the search string

setSearchString

public void setSearchString(String searchString)
Sets the search string.

Parameters:
searchString - the new search string

getCitizenOperation

public ParliamentOperationType getCitizenOperation()
Gets the citizen operation.

Returns:
the citizen operation

setCitizenOperation

public void setCitizenOperation(ParliamentOperationType citizenOperation)
Sets the citizen operation.

Parameters:
citizenOperation - the new citizen operation


Copyright © 2008-2010 www.hack23.com. All Rights Reserved.