com.yahoo.marketing.apt
Class CompanyLink

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

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.lang.Long buyerLinkID
           
private  AgreementStatus buyerLinkStatus
           
private  java.lang.String companyAccountID
           
private  java.lang.String companyName
           
private  LinkedCompanyType companyType
           
private  java.lang.String companyUrl
           
private  java.lang.Long sellerLinkID
           
private  AgreementStatus sellerLinkStatus
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
CompanyLink()
           
CompanyLink(java.lang.Long buyerLinkID, AgreementStatus buyerLinkStatus, java.lang.String companyAccountID, java.lang.String companyName, LinkedCompanyType companyType, java.lang.String companyUrl, java.lang.Long sellerLinkID, AgreementStatus sellerLinkStatus)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Long getBuyerLinkID()
          Gets the buyerLinkID value for this CompanyLink.
 AgreementStatus getBuyerLinkStatus()
          Gets the buyerLinkStatus value for this CompanyLink.
 java.lang.String getCompanyAccountID()
          Gets the companyAccountID value for this CompanyLink.
 java.lang.String getCompanyName()
          Gets the companyName value for this CompanyLink.
 LinkedCompanyType getCompanyType()
          Gets the companyType value for this CompanyLink.
 java.lang.String getCompanyUrl()
          Gets the companyUrl value for this CompanyLink.
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.Long getSellerLinkID()
          Gets the sellerLinkID value for this CompanyLink.
 AgreementStatus getSellerLinkStatus()
          Gets the sellerLinkStatus value for this CompanyLink.
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 setBuyerLinkID(java.lang.Long buyerLinkID)
          Sets the buyerLinkID value for this CompanyLink.
 void setBuyerLinkStatus(AgreementStatus buyerLinkStatus)
          Sets the buyerLinkStatus value for this CompanyLink.
 void setCompanyAccountID(java.lang.String companyAccountID)
          Sets the companyAccountID value for this CompanyLink.
 void setCompanyName(java.lang.String companyName)
          Sets the companyName value for this CompanyLink.
 void setCompanyType(LinkedCompanyType companyType)
          Sets the companyType value for this CompanyLink.
 void setCompanyUrl(java.lang.String companyUrl)
          Sets the companyUrl value for this CompanyLink.
 void setSellerLinkID(java.lang.Long sellerLinkID)
          Sets the sellerLinkID value for this CompanyLink.
 void setSellerLinkStatus(AgreementStatus sellerLinkStatus)
          Sets the sellerLinkStatus value for this CompanyLink.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

buyerLinkID

private java.lang.Long buyerLinkID

buyerLinkStatus

private AgreementStatus buyerLinkStatus

companyAccountID

private java.lang.String companyAccountID

companyName

private java.lang.String companyName

companyType

private LinkedCompanyType companyType

companyUrl

private java.lang.String companyUrl

sellerLinkID

private java.lang.Long sellerLinkID

sellerLinkStatus

private AgreementStatus sellerLinkStatus

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

CompanyLink

public CompanyLink()

CompanyLink

public CompanyLink(java.lang.Long buyerLinkID,
                   AgreementStatus buyerLinkStatus,
                   java.lang.String companyAccountID,
                   java.lang.String companyName,
                   LinkedCompanyType companyType,
                   java.lang.String companyUrl,
                   java.lang.Long sellerLinkID,
                   AgreementStatus sellerLinkStatus)
Method Detail

getBuyerLinkID

public java.lang.Long getBuyerLinkID()
Gets the buyerLinkID value for this CompanyLink.

Returns:
buyerLinkID

setBuyerLinkID

public void setBuyerLinkID(java.lang.Long buyerLinkID)
Sets the buyerLinkID value for this CompanyLink.

Parameters:
buyerLinkID -

getBuyerLinkStatus

public AgreementStatus getBuyerLinkStatus()
Gets the buyerLinkStatus value for this CompanyLink.

Returns:
buyerLinkStatus

setBuyerLinkStatus

public void setBuyerLinkStatus(AgreementStatus buyerLinkStatus)
Sets the buyerLinkStatus value for this CompanyLink.

Parameters:
buyerLinkStatus -

getCompanyAccountID

public java.lang.String getCompanyAccountID()
Gets the companyAccountID value for this CompanyLink.

Returns:
companyAccountID

setCompanyAccountID

public void setCompanyAccountID(java.lang.String companyAccountID)
Sets the companyAccountID value for this CompanyLink.

Parameters:
companyAccountID -

getCompanyName

public java.lang.String getCompanyName()
Gets the companyName value for this CompanyLink.

Returns:
companyName

setCompanyName

public void setCompanyName(java.lang.String companyName)
Sets the companyName value for this CompanyLink.

Parameters:
companyName -

getCompanyType

public LinkedCompanyType getCompanyType()
Gets the companyType value for this CompanyLink.

Returns:
companyType

setCompanyType

public void setCompanyType(LinkedCompanyType companyType)
Sets the companyType value for this CompanyLink.

Parameters:
companyType -

getCompanyUrl

public java.lang.String getCompanyUrl()
Gets the companyUrl value for this CompanyLink.

Returns:
companyUrl

setCompanyUrl

public void setCompanyUrl(java.lang.String companyUrl)
Sets the companyUrl value for this CompanyLink.

Parameters:
companyUrl -

getSellerLinkID

public java.lang.Long getSellerLinkID()
Gets the sellerLinkID value for this CompanyLink.

Returns:
sellerLinkID

setSellerLinkID

public void setSellerLinkID(java.lang.Long sellerLinkID)
Sets the sellerLinkID value for this CompanyLink.

Parameters:
sellerLinkID -

getSellerLinkStatus

public AgreementStatus getSellerLinkStatus()
Gets the sellerLinkStatus value for this CompanyLink.

Returns:
sellerLinkStatus

setSellerLinkStatus

public void setSellerLinkStatus(AgreementStatus sellerLinkStatus)
Sets the sellerLinkStatus value for this CompanyLink.

Parameters:
sellerLinkStatus -

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