Skip navigation links

Oracle© Fusion Middleware Extensibility Framework (REX) for Oracle Enterprise Repository
11g Release 1 (11.1.1)

E16598-01


com.flashline.registry.openapi.entity
Class Question

java.lang.Object
  extended by com.flashline.registry.openapi.entity.Question

All Implemented Interfaces:
java.io.Serializable

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

Objects of this class represent choicelists in the survey system. A question object may have two types of answers: alphanumeric or multiple choice. The choicelist object stores the multiple choice items.

See Also:
Serialized Form

Constructor Summary
Question()
           
Question(int activeStatus, java.lang.String body, ChoiceList choiceList, long id, java.lang.String label, int sortOrder, long surveyID, long typeID)
           

 

Method Summary
 boolean equals(java.lang.Object obj)
           
 int getActiveStatus()
          Gets the activeStatus value for this Question.
 java.lang.String getBody()
          Gets the body value for this Question.
 ChoiceList getChoiceList()
          Gets the choiceList value for this Question.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 long getId()
          Gets the id value for this Question.
 java.lang.String getLabel()
          Gets the label value for this Question.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getSortOrder()
          Gets the sortOrder value for this Question.
 long getSurveyID()
          Gets the surveyID value for this Question.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 long getTypeID()
          Gets the typeID value for this Question.
 int hashCode()
           
 void setActiveStatus(int activeStatus)
          Sets the activeStatus value for this Question.
 void setBody(java.lang.String body)
          Sets the body value for this Question.
 void setChoiceList(ChoiceList choiceList)
          Sets the choiceList value for this Question.
 void setId(long id)
          Sets the id value for this Question.
 void setLabel(java.lang.String label)
          Sets the label value for this Question.
 void setSortOrder(int sortOrder)
          Sets the sortOrder value for this Question.
 void setSurveyID(long surveyID)
          Sets the surveyID value for this Question.
 void setTypeID(long typeID)
          Sets the typeID value for this Question.

 

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

 

Constructor Detail

Question

public Question()

Question

public Question(int activeStatus,
                java.lang.String body,
                ChoiceList choiceList,
                long id,
                java.lang.String label,
                int sortOrder,
                long surveyID,
                long typeID)

Method Detail

getActiveStatus

public int getActiveStatus()
Gets the activeStatus value for this Question.
Returns:
activeStatus

setActiveStatus

public void setActiveStatus(int activeStatus)
Sets the activeStatus value for this Question.
Parameters:
activeStatus -

getBody

public java.lang.String getBody()
Gets the body value for this Question.
Returns:
body

setBody

public void setBody(java.lang.String body)
Sets the body value for this Question.
Parameters:
body -

getChoiceList

public ChoiceList getChoiceList()
Gets the choiceList value for this Question.
Returns:
choiceList

setChoiceList

public void setChoiceList(ChoiceList choiceList)
Sets the choiceList value for this Question.
Parameters:
choiceList -

getId

public long getId()
Gets the id value for this Question.
Returns:
id

setId

public void setId(long id)
Sets the id value for this Question.
Parameters:
id -

getLabel

public java.lang.String getLabel()
Gets the label value for this Question.
Returns:
label

setLabel

public void setLabel(java.lang.String label)
Sets the label value for this Question.
Parameters:
label -

getSortOrder

public int getSortOrder()
Gets the sortOrder value for this Question.
Returns:
sortOrder

setSortOrder

public void setSortOrder(int sortOrder)
Sets the sortOrder value for this Question.
Parameters:
sortOrder -

getSurveyID

public long getSurveyID()
Gets the surveyID value for this Question.
Returns:
surveyID

setSurveyID

public void setSurveyID(long surveyID)
Sets the surveyID value for this Question.
Parameters:
surveyID -

getTypeID

public long getTypeID()
Gets the typeID value for this Question.
Returns:
typeID

setTypeID

public void setTypeID(long typeID)
Sets the typeID value for this Question.
Parameters:
typeID -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object

getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer

getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer

Skip navigation links

Oracle© Fusion Middleware Extensibility Framework (REX) for Oracle Enterprise Repository
11g Release 1 (11.1.1)

E16598-01


Copyright © 2004-2010, Oracle and/or its affiliates. All rights reserved.