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 boolean
equals(Object obj)
String
getContent()
String
getKey()
int
hashCode()
void
setContent(String content)
void
setKey(String key)
-