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 boolean
equals(Object obj)
String
getAuthProviderId()
String
getContentProviderId()
String
getPattern()
String
getResourceId()
Boolean
getShowOnApplicationPage()
int
hashCode()
void
setAuthProviderId(String authProviderId)
void
setContentProviderId(String contentProviderId)
void
setPattern(String pattern)
void
setResourceId(String resourceId)
void
setShowOnApplicationPage(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)
-
-