| Package | Description |
|---|---|
| org.imixs.workflow.magento.soap.generated |
| Modifier and Type | Method and Description |
|---|---|
CatalogCategoryEntity[] |
CatalogCategoryEntity.getChildren()
Gets the children value for this CatalogCategoryEntity.
|
CatalogCategoryEntity[] |
CatalogCategoryTree.getChildren()
Gets the children value for this CatalogCategoryTree.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogCategoryEntity.setChildren(CatalogCategoryEntity[] children)
Sets the children value for this CatalogCategoryEntity.
|
void |
CatalogCategoryTree.setChildren(CatalogCategoryEntity[] children)
Sets the children value for this CatalogCategoryTree.
|
| Constructor and Description |
|---|
CatalogCategoryEntity(int category_id,
int parent_id,
String name,
int is_active,
int position,
int level,
CatalogCategoryEntity[] children) |
CatalogCategoryTree(int category_id,
int parent_id,
String name,
int position,
int level,
CatalogCategoryEntity[] children) |
Copyright © 2020 Imixs Software Solutions GmbH. All rights reserved.