|
Oracle© Fusion Middleware Extensibility Framework (REX) for Oracle Enterprise Repository 11g Release 1 (11.1.1) E16598-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.flashline.registry.openapi.entity.Answer
public class Answer
Objects of this class represent answers to a survey taken. An answer object is linked to a question, which in turn is linked to a surveytaken object. An answer may be of type alphanumeric or can be the ID of a choice object.
| Constructor Summary | |
|---|---|
Answer() |
|
Answer(long choiceId, long id, java.lang.String overrideValue, long questionId, java.lang.String value) |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj) |
long |
getChoiceId()Gets the choiceId value for this Answer. |
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 Answer. |
java.lang.String |
getOverrideValue()Gets the overrideValue value for this Answer. |
long |
getQuestionId()Gets the questionId value for this Answer. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()Return type metadata object |
java.lang.String |
getValue()Gets the value value for this Answer. |
int |
hashCode() |
void |
setChoiceId(long choiceId)Sets the choiceId value for this Answer. |
void |
setId(long id)Sets the id value for this Answer. |
void |
setOverrideValue(java.lang.String overrideValue)Sets the overrideValue value for this Answer. |
void |
setQuestionId(long questionId)Sets the questionId value for this Answer. |
void |
setValue(java.lang.String value)Sets the value value for this Answer. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Answer()
public Answer(long choiceId,
long id,
java.lang.String overrideValue,
long questionId,
java.lang.String value)
| Method Detail |
|---|
public long getChoiceId()
public void setChoiceId(long choiceId)
choiceId -public long getId()
public void setId(long id)
id -public java.lang.String getOverrideValue()
public void setOverrideValue(java.lang.String overrideValue)
overrideValue -public long getQuestionId()
public void setQuestionId(long questionId)
questionId -public java.lang.String getValue()
public void setValue(java.lang.String value)
value -public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
Oracle© Fusion Middleware Extensibility Framework (REX) for Oracle Enterprise Repository 11g Release 1 (11.1.1) E16598-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||