Class RouteComponent
java.lang.Object
com.broadleafcommerce.metadata.core.domain.RouteComponent
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
If this route is generated from a Business Type, then this holds the types key.The key of the component.Name of the component.The type of route component.getId()
The key of the component's parent component.int
hashCode()
void
setBusinessTypeKey
(String businessTypeKey) If this route is generated from a Business Type, then this holds the types key.void
setComponentKey
(String componentKey) The key of the component.void
setComponentName
(String componentName) Name of the component.void
setComponentType
(String componentType) The type of route component.void
void
setParentComponentKey
(String parentComponentKey) The key of the component's parent component.toString()
-
Constructor Details
-
RouteComponent
public RouteComponent()
-
-
Method Details
-
getId
-
getComponentKey
The key of the component. This is typically in the formservice:entity:entity-type
:catalog:product:standard
. -
getParentComponentKey
The key of the component's parent component. This is typically a view component likecatalog:product:browse
orcatalog:product:standard:create
. -
getComponentName
Name of the component. -
getComponentType
The type of route component.- See Also:
-
getBusinessTypeKey
If this route is generated from a Business Type, then this holds the types key. -
setId
-
setComponentKey
The key of the component. This is typically in the formservice:entity:entity-type
:catalog:product:standard
. -
setParentComponentKey
The key of the component's parent component. This is typically a view component likecatalog:product:browse
orcatalog:product:standard:create
. -
setComponentName
Name of the component. -
setComponentType
The type of route component.- See Also:
-
setBusinessTypeKey
If this route is generated from a Business Type, then this holds the types key. -
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-