Package org.apache.syncope.common.lib.to
Class SecurityQuestionTO
- java.lang.Object
-
- org.apache.syncope.common.lib.to.SecurityQuestionTO
-
- All Implemented Interfaces:
Serializable,BaseBean,EntityTO
public class SecurityQuestionTO extends Object implements EntityTO
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SecurityQuestionTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetContent()StringgetKey()inthashCode()voidsetContent(String content)voidsetKey(String key)
-