Package org.openiam.idm.searchbeans
Class LocationSearchBean
- java.lang.Object
-
- org.openiam.idm.searchbeans.AbstractSearchBean<Location,String>
-
- org.openiam.idm.searchbeans.LocationSearchBean
-
- All Implemented Interfaces:
Serializable,SearchBean<Location,String>
public class LocationSearchBean extends AbstractSearchBean<Location,String>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LocationSearchBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetCity()StringgetCountry()StringgetName()StringgetOrganizationId()StringgetUserId()inthashCode()voidsetCity(String city)voidsetCountry(String country)voidsetName(String name)voidsetOrganizationId(String organizationId)voidsetUserId(String userId)-
Methods inherited from class org.openiam.idm.searchbeans.AbstractSearchBean
addKey, addKeys, addSortParam, getCacheKey, getKeySet, setKey, setKeySet
-
-
-
-
Method Detail
-
getCountry
public String getCountry()
-
setCountry
public void setCountry(String country)
-
getOrganizationId
public String getOrganizationId()
-
setOrganizationId
public void setOrganizationId(String organizationId)
-
getUserId
public String getUserId()
-
setUserId
public void setUserId(String userId)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getCity
public String getCity()
-
setCity
public void setCity(String city)
-
-