Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Adaptive Access Manager
Release 11g (11.1.1)

E15864-02


com.bharosa.vcrypt.auth.intf
Class VCryptQuestion

java.lang.Object
  extended by com.bharosa.vcrypt.auth.intf.VCryptQuestion

All Implemented Interfaces:
java.io.Serializable

public class VCryptQuestion
extends java.lang.Object
implements java.io.Serializable

Used to encapsulate the question data

See Also:
Serialized Form

Constructor Summary
VCryptQuestion()
           

 

Method Summary
 java.util.List getAnswerList()
          Gets the value of answerList
 java.lang.Long getAuthSessionId()
          Gets the value of authSessionId
 VCryptLocale getLocale()
           
 VCryptQuestion getNonMutableInstance()
           
 java.lang.String getQuestion()
          Gets the value of question
 java.lang.Long getQuestionId()
          Gets the value of questionId
 void setAnswerList(java.util.List argAnswerList)
          Sets the value of answerList
 void setAuthSessionId(java.lang.Long argAuthSessionId)
          Sets the value of authSessionId
 void setLocale(VCryptLocale locale)
           
 void setQuestion(java.lang.String argQuestion)
          Sets the value of question
 void setQuestionId(java.lang.Long argQuestionId)
          Sets the value of question
 java.lang.String toString()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

VCryptQuestion

public VCryptQuestion()

Method Detail

getAuthSessionId

public java.lang.Long getAuthSessionId()
Gets the value of authSessionId
Returns:
the value of authSessionId

setAuthSessionId

public void setAuthSessionId(java.lang.Long argAuthSessionId)
Sets the value of authSessionId
Parameters:
argAuthSessionId - Value to assign to this.authSessionId

getQuestionId

public java.lang.Long getQuestionId()
Gets the value of questionId
Returns:
the value of questionId

setQuestionId

public void setQuestionId(java.lang.Long argQuestionId)
Sets the value of question
Parameters:
argQuestionId - Value to assign to this.questionId

getQuestion

public java.lang.String getQuestion()
Gets the value of question
Returns:
the value of question

setQuestion

public void setQuestion(java.lang.String argQuestion)
Sets the value of question
Parameters:
argQuestion - Value to assign to this.question

getLocale

public VCryptLocale getLocale()

setLocale

public void setLocale(VCryptLocale locale)

getAnswerList

public java.util.List getAnswerList()
Gets the value of answerList
Returns:
the value of answerList

setAnswerList

public void setAnswerList(java.util.List argAnswerList)
Sets the value of answerList
Parameters:
argAnswerList - Value to assign to this.answerList

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getNonMutableInstance

public VCryptQuestion getNonMutableInstance()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Adaptive Access Manager
Release 11g (11.1.1)

E15864-02


Copyright © 2011, Oracle. All rights reserved.