com.hack23.cia.model.impl.application.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.common.AbstractActionEvent
          extended by com.hack23.cia.model.impl.application.user.AbstractUserActionEvent
              extended by com.hack23.cia.model.impl.application.user.AbstractParliamentActionEvent
                  extended by com.hack23.cia.model.impl.application.user.SearchActionEvent
All Implemented Interfaces:
ActionEvent, EventData, Event, ModelObject, PersistedModelObject, Serializable

@Entity
public class SearchActionEvent
extends AbstractParliamentActionEvent

The Class SearchActionEvent.

See Also:
Serialized Form

Constructor Summary
SearchActionEvent()
          Instantiates a new search action event.
SearchActionEvent(Date createdDate, UserSessionData userSession, String search)
          Instantiates a new search action event.
 
Method Summary
 String getSearchString()
          Gets the search string.
 void setSearchString(String searchString)
          Sets the search string.
 
Methods inherited from class com.hack23.cia.model.impl.application.user.AbstractParliamentActionEvent
getCitizenOperation, setCitizenOperation
 
Methods inherited from class com.hack23.cia.model.impl.application.common.AbstractActionEvent
computeExutionTime, getActionEventType, getApplicationTypeContext, getCreatedDate, getExecutionTime, getId, getUserSession, getVersion, setActionEventType, setCreatedDate, setExecutionTime, setId, setUserSession, 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,
                         UserSessionData userSession,
                         String search)
Instantiates a new search action event.

Parameters:
createdDate - the created date
userSession - the user session
search - the search
Method Detail

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


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