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.10.0")
public class CatalogNode
extends Object
implements Serializable
Categorization for items in the catalog.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddChildrenItem
(String childrenItem) addItemsItem
(TailormapObjectRef itemsItem) boolean
Get childrengetId()
Get id@Valid List<@Valid TailormapObjectRef>
getItems()
Get itemsgetRoot()
Get rootgetTitle()
Get titleint
hashCode()
items
(List<@Valid TailormapObjectRef> items) void
setChildren
(List<String> children) void
void
setItems
(List<@Valid TailormapObjectRef> items) void
void
toString()
-
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
-