Skip navigation links

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

E16598-03


com.flashline.registry.openapi.entity
Class SurveyTaken

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

All Implemented Interfaces:
java.io.Serializable

public class SurveyTaken
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

Constructor Summary
SurveyTaken()
           
SurveyTaken(Answer[] answers, long id, java.util.Calendar takenTime)
           

 

Method Summary
 boolean equals(java.lang.Object obj)
           
 Answer[] getAnswers()
          Gets the answers value for this SurveyTaken.
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 SurveyTaken.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.util.Calendar getTakenTime()
          Gets the takenTime value for this SurveyTaken.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAnswers(Answer[] answers)
          Sets the answers value for this SurveyTaken.
 void setId(long id)
          Sets the id value for this SurveyTaken.
 void setTakenTime(java.util.Calendar takenTime)
          Sets the takenTime value for this SurveyTaken.

 

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

 

Constructor Detail

SurveyTaken

public SurveyTaken()

SurveyTaken

public SurveyTaken(Answer[] answers,
                   long id,
                   java.util.Calendar takenTime)

Method Detail

getAnswers

public Answer[] getAnswers()
Gets the answers value for this SurveyTaken.
Returns:
answers

setAnswers

public void setAnswers(Answer[] answers)
Sets the answers value for this SurveyTaken.
Parameters:
answers -

getId

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

setId

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

getTakenTime

public java.util.Calendar getTakenTime()
Gets the takenTime value for this SurveyTaken.
Returns:
takenTime

setTakenTime

public void setTakenTime(java.util.Calendar takenTime)
Sets the takenTime value for this SurveyTaken.
Parameters:
takenTime -

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.5.0)

E16598-03


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