com.hack23.cia.model.application.impl.user
Class SearchActionEvent
java.lang.Object
com.hack23.cia.model.common.impl.BaseEntity
com.hack23.cia.model.application.impl.common.AbstractActionEvent
com.hack23.cia.model.application.impl.user.AbstractUserActionEvent
com.hack23.cia.model.application.impl.user.AbstractParliamentActionEvent
com.hack23.cia.model.application.impl.user.SearchActionEvent
- All Implemented Interfaces:
- ActionEvent, Event, ModelObject, PersistedModelObject, Serializable
@Entity
public class SearchActionEvent
- extends AbstractParliamentActionEvent
The Class SearchActionEvent.
- See Also:
- Serialized Form
Methods inherited from class com.hack23.cia.model.application.impl.common.AbstractActionEvent |
computeExutionTime, getActionEventType, getCreatedDate, getExecutionTime, getId, getUserSession, getVersion, setActionEventType, setCreatedDate, setExecutionTime, setId, setUserSession, setVersion |
SearchActionEvent
public SearchActionEvent()
- Instantiates a new search action event.
SearchActionEvent
public SearchActionEvent(Date createdDate,
UserSession userSession,
String search)
- Instantiates a new search action event.
- Parameters:
createdDate
- the created dateuserSession
- the user sessionsearch
- the search
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.