Package org.openiam.idm.searchbeans
Class IdentityQuestionSearchBean
- java.lang.Object
-
- org.openiam.idm.searchbeans.AbstractSearchBean<IdentityQuestion,String>
-
- org.openiam.idm.searchbeans.IdentityQuestionSearchBean
-
- All Implemented Interfaces:
Serializable
,SearchBean<IdentityQuestion,String>
public class IdentityQuestionSearchBean extends AbstractSearchBean<IdentityQuestion,String>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IdentityQuestionSearchBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Boolean
getActive()
String
getGroupId()
int
hashCode()
void
setActive(Boolean active)
void
setGroupId(String groupId)
-
Methods inherited from class org.openiam.idm.searchbeans.AbstractSearchBean
addKey, addKeys, addSortParam, getCacheKey, getKeySet, setKey, setKeySet
-
-