com.yahoo.marketing.apt
Class LinkParticipantDetails

java.lang.Object
  extended by com.yahoo.marketing.apt.LinkParticipantDetails
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.util.Calendar acceptedTimestamp
           
private  java.lang.String accountID
           
private  java.lang.String comments
           
private  LinkContact contact
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
LinkParticipantDetails()
           
LinkParticipantDetails(java.util.Calendar acceptedTimestamp, java.lang.String accountID, java.lang.String comments, LinkContact contact)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.Calendar getAcceptedTimestamp()
          Gets the acceptedTimestamp value for this LinkParticipantDetails.
 java.lang.String getAccountID()
          Gets the accountID value for this LinkParticipantDetails.
 java.lang.String getComments()
          Gets the comments value for this LinkParticipantDetails.
 LinkContact getContact()
          Gets the contact value for this LinkParticipantDetails.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
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
 int hashCode()
           
 void setAcceptedTimestamp(java.util.Calendar acceptedTimestamp)
          Sets the acceptedTimestamp value for this LinkParticipantDetails.
 void setAccountID(java.lang.String accountID)
          Sets the accountID value for this LinkParticipantDetails.
 void setComments(java.lang.String comments)
          Sets the comments value for this LinkParticipantDetails.
 void setContact(LinkContact contact)
          Sets the contact value for this LinkParticipantDetails.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

acceptedTimestamp

private java.util.Calendar acceptedTimestamp

accountID

private java.lang.String accountID

comments

private java.lang.String comments

contact

private LinkContact contact

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

LinkParticipantDetails

public LinkParticipantDetails()

LinkParticipantDetails

public LinkParticipantDetails(java.util.Calendar acceptedTimestamp,
                              java.lang.String accountID,
                              java.lang.String comments,
                              LinkContact contact)
Method Detail

getAcceptedTimestamp

public java.util.Calendar getAcceptedTimestamp()
Gets the acceptedTimestamp value for this LinkParticipantDetails.

Returns:
acceptedTimestamp

setAcceptedTimestamp

public void setAcceptedTimestamp(java.util.Calendar acceptedTimestamp)
Sets the acceptedTimestamp value for this LinkParticipantDetails.

Parameters:
acceptedTimestamp -

getAccountID

public java.lang.String getAccountID()
Gets the accountID value for this LinkParticipantDetails.

Returns:
accountID

setAccountID

public void setAccountID(java.lang.String accountID)
Sets the accountID value for this LinkParticipantDetails.

Parameters:
accountID -

getComments

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

Returns:
comments

setComments

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

Parameters:
comments -

getContact

public LinkContact getContact()
Gets the contact value for this LinkParticipantDetails.

Returns:
contact

setContact

public void setContact(LinkContact contact)
Sets the contact value for this LinkParticipantDetails.

Parameters:
contact -

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