public class AdCategoryDto extends Object implements Serializable
| Constructor and Description |
|---|
AdCategoryDto() |
AdCategoryDto(Long id,
String displayName,
Long parentId) |
| 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
|
String |
getDisplayName()
Gets the displayName value for this AdCategoryDto.
|
Long |
getId()
Gets the id value for this AdCategoryDto.
|
Long |
getParentId()
Gets the parentId value for this AdCategoryDto.
|
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 |
setDisplayName(String displayName)
Sets the displayName value for this AdCategoryDto.
|
void |
setId(Long id)
Sets the id value for this AdCategoryDto.
|
void |
setParentId(Long parentId)
Sets the parentId value for this AdCategoryDto.
|
String |
toString() |
public Long getId()
public void setId(Long id)
id - * Canonical ID of the ad category.public String getDisplayName()
public void setDisplayName(String displayName)
displayName - * Localized name of the category.public Long getParentId()
public void setParentId(Long parentId)
parentId - * ID of the category's parent, or 0 if it has no parent.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2021. All rights reserved.