|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.yahoo.marketing.apt.LinkParticipantDetails
public class LinkParticipantDetails
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 |
---|
private java.util.Calendar acceptedTimestamp
private java.lang.String accountID
private java.lang.String comments
private LinkContact contact
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
---|
public LinkParticipantDetails()
public LinkParticipantDetails(java.util.Calendar acceptedTimestamp, java.lang.String accountID, java.lang.String comments, LinkContact contact)
Method Detail |
---|
public java.util.Calendar getAcceptedTimestamp()
public void setAcceptedTimestamp(java.util.Calendar acceptedTimestamp)
acceptedTimestamp
- public java.lang.String getAccountID()
public void setAccountID(java.lang.String accountID)
accountID
- public java.lang.String getComments()
public void setComments(java.lang.String comments)
comments
- public LinkContact getContact()
public void setContact(LinkContact contact)
contact
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public 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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |