Skip navigation links

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

E27208-01


com.bharosa.vcrypt.auth.intf
Class VCryptQuestion

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

All Implemented Interfaces:
Serializable

public class VCryptQuestion
extends Object
implements Serializable

Used to encapsulate the question data

See Also:
Serialized Form

Constructor Summary
VCryptQuestion()
           

 

Method Summary
 List getAnswerList()
          Gets the value of answerList
 Long getAuthSessionId()
          Gets the value of authSessionId
 VCryptLocale getLocale()
           
 VCryptQuestion getNonMutableInstance()
           
 String getQuestion()
          Gets the value of question
 Long getQuestionId()
          Gets the value of questionId
 void setAnswerList(List argAnswerList)
          Sets the value of answerList
 void setAuthSessionId(Long argAuthSessionId)
          Sets the value of authSessionId
 void setLocale(VCryptLocale locale)
           
 void setQuestion(String argQuestion)
          Sets the value of question
 void setQuestionId(Long argQuestionId)
          Sets the value of question
 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 Long getAuthSessionId()
Gets the value of authSessionId
Returns:
the value of authSessionId

setAuthSessionId

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

getQuestionId

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

setQuestionId

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

getQuestion

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

setQuestion

public void setQuestion(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 List getAnswerList()
Gets the value of answerList
Returns:
the value of answerList

setAnswerList

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

toString

public String toString()
Overrides:
toString in class Object

getNonMutableInstance

public VCryptQuestion getNonMutableInstance()

Skip navigation links

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

E27208-01


Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.