Class ReportSubCriteriaParamEntity
- java.lang.Object
-
- org.openiam.base.domain.KeyEntity
-
- org.openiam.base.domain.AbstractKeyNameEntity
-
- org.openiam.idm.srvc.report.domain.ReportSubCriteriaParamEntity
-
- All Implemented Interfaces:
Serializable
,BaseIdentity
@Entity public class ReportSubCriteriaParamEntity extends AbstractKeyNameEntity
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openiam.base.domain.AbstractKeyNameEntity
name
-
-
Constructor Summary
Constructors Constructor Description ReportSubCriteriaParamEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setParam(ReportCriteriaParamEntity param)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openiam.base.BaseIdentity
getId, setId
-
-
-
-
Method Detail
-
setParam
public void setParam(ReportCriteriaParamEntity param)
-
-