Package org.openiam.am.srvc.searchbean
Class URIPatternSearchBean
- java.lang.Object
-
- org.openiam.idm.searchbeans.AbstractSearchBean<URIPattern,String>
-
- org.openiam.am.srvc.searchbean.URIPatternSearchBean
-
- All Implemented Interfaces:
Serializable,SearchBean<URIPattern,String>
public class URIPatternSearchBean extends AbstractSearchBean<URIPattern,String>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description URIPatternSearchBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetAuthProviderId()StringgetContentProviderId()StringgetPattern()StringgetResourceId()BooleangetShowOnApplicationPage()inthashCode()voidsetAuthProviderId(String authProviderId)voidsetContentProviderId(String contentProviderId)voidsetPattern(String pattern)voidsetResourceId(String resourceId)voidsetShowOnApplicationPage(Boolean showOnApplicationPage)-
Methods inherited from class org.openiam.idm.searchbeans.AbstractSearchBean
addKey, addKeys, addSortParam, getCacheKey, getKeySet, setKey, setKeySet
-
-
-
-
Method Detail
-
getPattern
public String getPattern()
-
setPattern
public void setPattern(String pattern)
-
getContentProviderId
public String getContentProviderId()
-
setContentProviderId
public void setContentProviderId(String contentProviderId)
-
getAuthProviderId
public String getAuthProviderId()
-
setAuthProviderId
public void setAuthProviderId(String authProviderId)
-
getShowOnApplicationPage
public Boolean getShowOnApplicationPage()
-
setShowOnApplicationPage
public void setShowOnApplicationPage(Boolean showOnApplicationPage)
-
getResourceId
public String getResourceId()
-
setResourceId
public void setResourceId(String resourceId)
-
-