public class DomainName extends DomainNameBase implements Serializable
| Constructor and Description |
|---|
DomainName() |
DomainName(long id,
String name,
String companyName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCompanyName()
Gets the companyName value for this DomainName.
|
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
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setCompanyName(String companyName)
Sets the companyName value for this DomainName.
|
public String getCompanyName()
public void setCompanyName(String companyName)
companyName - public boolean equals(Object obj)
equals in class DomainNameBasepublic int hashCode()
hashCode in class DomainNameBasepublic 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.