com.rf.ats.services.integration.webserv
Class InterviewBean

java.lang.Object
  extended bycom.rf.ats.services.integration.webserv.EntityBean
      extended bycom.rf.ats.services.integration.webserv.InterviewBean
All Implemented Interfaces:
java.io.Serializable

public class InterviewBean
extends EntityBean
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
InterviewBean()
           
InterviewBean(java.util.Calendar creationDate, FlexFieldBean[] flexValues, long id, java.util.Calendar lastUpdated, java.lang.String status, long candidateId, java.lang.String comments, java.lang.String creator, java.lang.String interviewRoom, java.lang.String interviewType, ParticipantBean[] participants, long requisitionId, java.util.Calendar startDate)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getCandidateId()
          Gets the candidateId value for this InterviewBean.
 java.lang.String getComments()
          Gets the comments value for this InterviewBean.
 java.lang.String getCreator()
          Gets the creator value for this InterviewBean.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getInterviewRoom()
          Gets the interviewRoom value for this InterviewBean.
 java.lang.String getInterviewType()
          Gets the interviewType value for this InterviewBean.
 ParticipantBean[] getParticipants()
          Gets the participants value for this InterviewBean.
 long getRequisitionId()
          Gets the requisitionId value for this InterviewBean.
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 getStartDate()
          Gets the startDate value for this InterviewBean.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCandidateId(long candidateId)
          Sets the candidateId value for this InterviewBean.
 void setComments(java.lang.String comments)
          Sets the comments value for this InterviewBean.
 void setCreator(java.lang.String creator)
          Sets the creator value for this InterviewBean.
 void setInterviewRoom(java.lang.String interviewRoom)
          Sets the interviewRoom value for this InterviewBean.
 void setInterviewType(java.lang.String interviewType)
          Sets the interviewType value for this InterviewBean.
 void setParticipants(ParticipantBean[] participants)
          Sets the participants value for this InterviewBean.
 void setRequisitionId(long requisitionId)
          Sets the requisitionId value for this InterviewBean.
 void setStartDate(java.util.Calendar startDate)
          Sets the startDate value for this InterviewBean.
 
Methods inherited from class com.rf.ats.services.integration.webserv.EntityBean
getCreationDate, getFlexValues, getId, getLastUpdated, getStatus, setCreationDate, setFlexValues, setId, setLastUpdated, setStatus
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterviewBean

public InterviewBean()

InterviewBean

public InterviewBean(java.util.Calendar creationDate,
                     FlexFieldBean[] flexValues,
                     long id,
                     java.util.Calendar lastUpdated,
                     java.lang.String status,
                     long candidateId,
                     java.lang.String comments,
                     java.lang.String creator,
                     java.lang.String interviewRoom,
                     java.lang.String interviewType,
                     ParticipantBean[] participants,
                     long requisitionId,
                     java.util.Calendar startDate)
Method Detail

getCandidateId

public long getCandidateId()
Gets the candidateId value for this InterviewBean.

Returns:
candidateId

setCandidateId

public void setCandidateId(long candidateId)
Sets the candidateId value for this InterviewBean.

Parameters:
candidateId -

getComments

public java.lang.String getComments()
Gets the comments value for this InterviewBean.

Returns:
comments

setComments

public void setComments(java.lang.String comments)
Sets the comments value for this InterviewBean.

Parameters:
comments -

getCreator

public java.lang.String getCreator()
Gets the creator value for this InterviewBean.

Returns:
creator

setCreator

public void setCreator(java.lang.String creator)
Sets the creator value for this InterviewBean.

Parameters:
creator -

getInterviewRoom

public java.lang.String getInterviewRoom()
Gets the interviewRoom value for this InterviewBean.

Returns:
interviewRoom

setInterviewRoom

public void setInterviewRoom(java.lang.String interviewRoom)
Sets the interviewRoom value for this InterviewBean.

Parameters:
interviewRoom -

getInterviewType

public java.lang.String getInterviewType()
Gets the interviewType value for this InterviewBean.

Returns:
interviewType

setInterviewType

public void setInterviewType(java.lang.String interviewType)
Sets the interviewType value for this InterviewBean.

Parameters:
interviewType -

getParticipants

public ParticipantBean[] getParticipants()
Gets the participants value for this InterviewBean.

Returns:
participants

setParticipants

public void setParticipants(ParticipantBean[] participants)
Sets the participants value for this InterviewBean.

Parameters:
participants -

getRequisitionId

public long getRequisitionId()
Gets the requisitionId value for this InterviewBean.

Returns:
requisitionId

setRequisitionId

public void setRequisitionId(long requisitionId)
Sets the requisitionId value for this InterviewBean.

Parameters:
requisitionId -

getStartDate

public java.util.Calendar getStartDate()
Gets the startDate value for this InterviewBean.

Returns:
startDate

setStartDate

public void setStartDate(java.util.Calendar startDate)
Sets the startDate value for this InterviewBean.

Parameters:
startDate -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class EntityBean

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