Package org.openiam.am.srvc.searchbean
Class AuthResourceAttributeMapSearchBean
- java.lang.Object
-
- org.openiam.idm.searchbeans.AbstractSearchBean<T,KeyType>
-
- org.openiam.idm.searchbeans.AbstractKeyNameSearchBean<AuthResourceAttributeMap,String>
-
- org.openiam.am.srvc.searchbean.AuthResourceAttributeMapSearchBean
-
- All Implemented Interfaces:
Serializable
,DisplayNameAwareSearchBean
,SearchBean<AuthResourceAttributeMap,String>
public class AuthResourceAttributeMapSearchBean extends AbstractKeyNameSearchBean<AuthResourceAttributeMap,String>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openiam.idm.searchbeans.AbstractKeyNameSearchBean
name
-
-
Constructor Summary
Constructors Constructor Description AuthResourceAttributeMapSearchBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getAmAttributeId()
String
getProviderId()
int
hashCode()
void
setAmAttributeId(String amAttributeId)
void
setProviderId(String providerId)
-
Methods inherited from class org.openiam.idm.searchbeans.AbstractKeyNameSearchBean
getName, isCaseSensitive, setDisplayNameToken, setName, setNameToken
-
Methods inherited from class org.openiam.idm.searchbeans.AbstractSearchBean
addKey, addKeys, addSortParam, getCacheKey, getKeySet, setKey, setKeySet
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openiam.idm.searchbeans.DisplayNameAwareSearchBean
getDisplayNameToken
-
-