public class CatalogCategoryEntity extends Object implements Serializable
| Constructor and Description |
|---|
CatalogCategoryEntity() |
CatalogCategoryEntity(int category_id,
int parent_id,
String name,
int is_active,
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 CatalogCategoryEntity.
|
CatalogCategoryEntity[] |
getChildren()
Gets the children value for this CatalogCategoryEntity.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
int |
getIs_active()
Gets the is_active value for this CatalogCategoryEntity.
|
int |
getLevel()
Gets the level value for this CatalogCategoryEntity.
|
String |
getName()
Gets the name value for this CatalogCategoryEntity.
|
int |
getParent_id()
Gets the parent_id value for this CatalogCategoryEntity.
|
int |
getPosition()
Gets the position value for this CatalogCategoryEntity.
|
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 CatalogCategoryEntity.
|
void |
setChildren(CatalogCategoryEntity[] children)
Sets the children value for this CatalogCategoryEntity.
|
void |
setIs_active(int is_active)
Sets the is_active value for this CatalogCategoryEntity.
|
void |
setLevel(int level)
Sets the level value for this CatalogCategoryEntity.
|
void |
setName(String name)
Sets the name value for this CatalogCategoryEntity.
|
void |
setParent_id(int parent_id)
Sets the parent_id value for this CatalogCategoryEntity.
|
void |
setPosition(int position)
Sets the position value for this CatalogCategoryEntity.
|
public CatalogCategoryEntity()
public CatalogCategoryEntity(int category_id,
int parent_id,
String name,
int is_active,
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 getIs_active()
public void setIs_active(int is_active)
is_active - 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 © 2020 Imixs Software Solutions GmbH. All rights reserved.