Class SearchListDTO
java.lang.Object
net.sourceforge.jbizmo.commons.search.dto.SearchListDTO
- All Implemented Interfaces:
Serializable
Data transfer object for search objects
Copyright 2010 (C) by Martin Ganserer
- Version:
- 1.0.0
- Author:
- Martin Ganserer
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintgetId()getName()inthashCode()voidsetId(int id) voidvoidsetUserName(String userName) voidsetViewName(String viewName)
-
Constructor Details
-
SearchListDTO
Constructor- Parameters:
id-name-viewName-
-
-
Method Details
-
getId
public int getId()- Returns:
- the ID
-
setId
public void setId(int id) - Parameters:
id- the id to set
-
getName
- Returns:
- the name
-
setName
- Parameters:
name- the name to set
-
getViewName
- Returns:
- the name of the view
-
setViewName
- Parameters:
viewName- the view name to set
-
getUserName
- Returns:
- the user name
-
setUserName
- Parameters:
userName-
-
hashCode
public int hashCode() -
equals
-