com.ibm.commerce.member.facade.datatypes

Interface SecurityHintType



  • public interface SecurityHintType
    A representation of the model object 'Security Hint Type'.

    The following features are supported:

    See Also:
    MemberPackage.getSecurityHintType()
    • Method Detail

      • getQuestion

        java.lang.String getQuestion()
        Returns the value of the 'Question' attribute. Challenge question to confirm a person's identity.
        Returns:
        the value of the 'Question' attribute.
        See Also:
        setQuestion(String), MemberPackage.getSecurityHintType_Question()
      • setQuestion

        void setQuestion(java.lang.String value)
        Sets the value of the 'Question' attribute.
        Parameters:
        value - the new value of the 'Question' attribute.
        See Also:
        getQuestion()
      • getAnswer

        java.lang.String getAnswer()
        Returns the value of the 'Answer' attribute. Answer to the challenge question.
        Returns:
        the value of the 'Answer' attribute.
        See Also:
        setAnswer(String), MemberPackage.getSecurityHintType_Answer()
      • setAnswer

        void setAnswer(java.lang.String value)
        Sets the value of the 'Answer' attribute.
        Parameters:
        value - the new value of the 'Answer' attribute.
        See Also:
        getAnswer()
      • getUserData

        UserDataType getUserData()
        Returns the value of the 'User Data' containment reference. The user data area.
        Returns:
        the value of the 'User Data' containment reference.
        See Also:
        setUserData(UserDataType), MemberPackage.getSecurityHintType_UserData()
      • setUserData

        void setUserData(UserDataType value)
        Sets the value of the 'User Data' containment reference.
        Parameters:
        value - the new value of the 'User Data' containment reference.
        See Also:
        getUserData()