public class ProposalCompanyAssociation extends Object implements Serializable
ProposalCompanyAssociation represents a Company
associated with the
Proposal and a set of Contact objects
belonging to the company.| Constructor and Description |
|---|
ProposalCompanyAssociation() |
ProposalCompanyAssociation(Long companyId,
ProposalCompanyAssociationType type,
long[] contactIds) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getCompanyId()
Gets the companyId value for this ProposalCompanyAssociation.
|
long[] |
getContactIds()
Gets the contactIds value for this ProposalCompanyAssociation.
|
long |
getContactIds(int i) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
ProposalCompanyAssociationType |
getType()
Gets the type value for this ProposalCompanyAssociation.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setCompanyId(Long companyId)
Sets the companyId value for this ProposalCompanyAssociation.
|
void |
setContactIds(int i,
long _value) |
void |
setContactIds(long[] contactIds)
Sets the contactIds value for this ProposalCompanyAssociation.
|
void |
setType(ProposalCompanyAssociationType type)
Sets the type value for this ProposalCompanyAssociation.
|
String |
toString() |
public ProposalCompanyAssociation()
public ProposalCompanyAssociation(Long companyId, ProposalCompanyAssociationType type, long[] contactIds)
public Long getCompanyId()
public void setCompanyId(Long companyId)
public ProposalCompanyAssociationType getType()
public void setType(ProposalCompanyAssociationType type)
public long[] getContactIds()
public void setContactIds(long[] contactIds)
public long getContactIds(int i)
public void setContactIds(int i,
long _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2022. All rights reserved.