Class CatalogNode
java.lang.Object
org.tailormap.api.persistence.json.CatalogNode
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.17.0")
public class CatalogNode
extends Object
implements Serializable
Categorization for items in the catalog.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddChildrenItem(String childrenItem) addItemsItem(TailormapObjectRef itemsItem) booleanGet childrengetId()Get id@Valid List<@Valid TailormapObjectRef> getItems()Get itemsgetRoot()Get rootgetTitle()Get titleinthashCode()items(List<@Valid TailormapObjectRef> items) voidsetChildren(List<String> children) voidvoidsetItems(List<@Valid TailormapObjectRef> items) voidvoidtoString()
-
Constructor Details
-
CatalogNode
public CatalogNode()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
title
-
getTitle
Get title- Returns:
- title
-
setTitle
-
root
-
getRoot
Get root- Returns:
- root
-
setRoot
-
children
-
addChildrenItem
-
getChildren
Get children- Returns:
- children
-
setChildren
-
items
-
addItemsItem
-
getItems
Get items- Returns:
- items
-
setItems
-
equals
-
hashCode
public int hashCode() -
toString
-