public class CatalogCategoryTree extends Object implements Serializable
| Constructor and Description |
|---|
CatalogCategoryTree() |
CatalogCategoryTree(int category_id,
int parent_id,
String name,
int position,
int level,
CatalogCategoryEntity[] children) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getCategory_id()
Gets the category_id value for this CatalogCategoryTree.
|
CatalogCategoryEntity[] |
getChildren()
Gets the children value for this CatalogCategoryTree.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
int |
getLevel()
Gets the level value for this CatalogCategoryTree.
|
String |
getName()
Gets the name value for this CatalogCategoryTree.
|
int |
getParent_id()
Gets the parent_id value for this CatalogCategoryTree.
|
int |
getPosition()
Gets the position value for this CatalogCategoryTree.
|
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 |
setCategory_id(int category_id)
Sets the category_id value for this CatalogCategoryTree.
|
void |
setChildren(CatalogCategoryEntity[] children)
Sets the children value for this CatalogCategoryTree.
|
void |
setLevel(int level)
Sets the level value for this CatalogCategoryTree.
|
void |
setName(String name)
Sets the name value for this CatalogCategoryTree.
|
void |
setParent_id(int parent_id)
Sets the parent_id value for this CatalogCategoryTree.
|
void |
setPosition(int position)
Sets the position value for this CatalogCategoryTree.
|
public CatalogCategoryTree()
public CatalogCategoryTree(int category_id,
int parent_id,
String name,
int position,
int level,
CatalogCategoryEntity[] children)
public int getCategory_id()
public void setCategory_id(int category_id)
category_id - public int getParent_id()
public void setParent_id(int parent_id)
parent_id - public String getName()
public void setName(String name)
name - public int getPosition()
public void setPosition(int position)
position - public int getLevel()
public void setLevel(int level)
level - public CatalogCategoryEntity[] getChildren()
public void setChildren(CatalogCategoryEntity[] children)
children - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2019 Imixs Software Solutions GmbH. All rights reserved.