Package org.openiam.idm.srvc.pswd.dto
Class IdentityQuestGroup
- java.lang.Object
-
- org.openiam.base.BaseObject
-
- org.openiam.base.KeyDTO
-
- org.openiam.base.KeyNameDTO
-
- org.openiam.idm.srvc.pswd.dto.IdentityQuestGroup
-
- All Implemented Interfaces:
Serializable
,BaseIdentity
public class IdentityQuestGroup extends KeyNameDTO
IdentityQuestGroup is a domain object that allows you to group questions together. These questions can be associate with an organization or security domain.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
companyOwnerId
protected Date
createDate
protected String
createdBy
protected Set<IdentityQuestion>
identityQuestions
protected Date
lastUpdate
protected String
lastUpdatedBy
protected static long
serialVersionUID
protected String
status
-
Fields inherited from class org.openiam.base.KeyNameDTO
name_
-
Fields inherited from class org.openiam.base.BaseObject
DELETE, NEW, objectState, requestClientIP, requestorLogin, requestorSessionID, requestorUserId, UPDATE
-
-
Constructor Summary
Constructors Constructor Description IdentityQuestGroup()
-
Method Summary
-
Methods inherited from class org.openiam.base.KeyNameDTO
equals, getName, hashCode, setName, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.openiam.base.BaseIdentity
getId, setId
-
-
-
-
Field Detail
-
serialVersionUID
protected static final long serialVersionUID
- See Also:
- Constant Field Values
-
status
protected String status
-
companyOwnerId
protected String companyOwnerId
-
createDate
protected Date createDate
-
createdBy
protected String createdBy
-
lastUpdate
protected Date lastUpdate
-
lastUpdatedBy
protected String lastUpdatedBy
-
identityQuestions
protected Set<IdentityQuestion> identityQuestions
-
-