Package org.openiam.idm.searchbeans
Class AddressSearchBean
- java.lang.Object
-
- org.openiam.idm.searchbeans.AbstractSearchBean<Address,String>
-
- org.openiam.idm.searchbeans.AddressSearchBean
-
- All Implemented Interfaces:
Serializable,SearchBean<Address,String>
public class AddressSearchBean extends AbstractSearchBean<Address,String>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AddressSearchBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetMetadataTypeId()StringgetParentId()BooleangetPublished()inthashCode()voidsetMetadataTypeId(String metadataTypeId)voidsetParentId(String parentId)voidsetPublished(Boolean published)-
Methods inherited from class org.openiam.idm.searchbeans.AbstractSearchBean
addKey, addKeys, addSortParam, getCacheKey, getKeySet, setKey, setKeySet
-
-
-
-
Method Detail
-
getParentId
public String getParentId()
-
setParentId
public void setParentId(String parentId)
-
getMetadataTypeId
public String getMetadataTypeId()
-
setMetadataTypeId
public void setMetadataTypeId(String metadataTypeId)
-
getPublished
public Boolean getPublished()
-
setPublished
public void setPublished(Boolean published)
-
-