public class DfaSiteContact extends DfaSiteContactBase implements Serializable
| Constructor and Description |
|---|
DfaSiteContact() |
DfaSiteContact(long id,
String name,
long dfaSiteContactTypeId,
long dfaSiteId,
String firstName,
String lastName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
long |
getDfaSiteContactTypeId()
Gets the dfaSiteContactTypeId value for this DfaSiteContact.
|
long |
getDfaSiteId()
Gets the dfaSiteId value for this DfaSiteContact.
|
String |
getFirstName()
Gets the firstName value for this DfaSiteContact.
|
String |
getLastName()
Gets the lastName value for this DfaSiteContact.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setDfaSiteContactTypeId(long dfaSiteContactTypeId)
Sets the dfaSiteContactTypeId value for this DfaSiteContact.
|
void |
setDfaSiteId(long dfaSiteId)
Sets the dfaSiteId value for this DfaSiteContact.
|
void |
setFirstName(String firstName)
Sets the firstName value for this DfaSiteContact.
|
void |
setLastName(String lastName)
Sets the lastName value for this DfaSiteContact.
|
public long getDfaSiteContactTypeId()
public void setDfaSiteContactTypeId(long dfaSiteContactTypeId)
dfaSiteContactTypeId - public long getDfaSiteId()
public void setDfaSiteId(long dfaSiteId)
dfaSiteId - public String getFirstName()
public void setFirstName(String firstName)
firstName - public String getLastName()
public void setLastName(String lastName)
lastName - public boolean equals(Object obj)
equals in class DfaSiteContactBasepublic int hashCode()
hashCode in class DfaSiteContactBasepublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.