Package org.openiam.idm.searchbeans
Class IdentitySearchBean
- java.lang.Object
-
- org.openiam.idm.searchbeans.AbstractSearchBean<IdentityDto,String>
-
- org.openiam.idm.searchbeans.IdentitySearchBean
-
- All Implemented Interfaces:
Serializable,SearchBean<IdentityDto,String>
public class IdentitySearchBean extends AbstractSearchBean<IdentityDto,String>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IdentitySearchBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)BooleangetActive()StringgetCreatedBy()DategetCreateFromDate()DategetCreateToDate()StringgetIdentity()StringgetManagedSysId()StringgetReferredObjectId()IdentityTypeEnumgetType()inthashCode()voidsetActive(Boolean active)voidsetCreatedBy(String createdBy)voidsetCreateFromDate(Date createFromDate)voidsetCreateToDate(Date createToDate)voidsetIdentity(String identity)voidsetManagedSysId(String managedSysId)voidsetReferredObjectId(String referredObjectId)voidsetType(IdentityTypeEnum type)StringtoString()-
Methods inherited from class org.openiam.idm.searchbeans.AbstractSearchBean
addKey, addKeys, addSortParam, getCacheKey, getKeySet, setKey, setKeySet
-
-
-
-
Method Detail
-
getIdentity
public String getIdentity()
-
setIdentity
public void setIdentity(String identity)
-
getManagedSysId
public String getManagedSysId()
-
setManagedSysId
public void setManagedSysId(String managedSysId)
-
getReferredObjectId
public String getReferredObjectId()
-
setReferredObjectId
public void setReferredObjectId(String referredObjectId)
-
getCreateFromDate
public Date getCreateFromDate()
-
setCreateFromDate
public void setCreateFromDate(Date createFromDate)
-
getCreateToDate
public Date getCreateToDate()
-
setCreateToDate
public void setCreateToDate(Date createToDate)
-
getCreatedBy
public String getCreatedBy()
-
setCreatedBy
public void setCreatedBy(String createdBy)
-
getActive
public Boolean getActive()
-
setActive
public void setActive(Boolean active)
-
getType
public IdentityTypeEnum getType()
-
setType
public void setType(IdentityTypeEnum type)
-
-