Class RouteComponent

java.lang.Object
com.broadleafcommerce.metadata.core.domain.RouteComponent
All Implemented Interfaces:
Serializable

public class RouteComponent extends Object implements Serializable
See Also:
  • Constructor Details

    • RouteComponent

      public RouteComponent()
  • Method Details

    • getId

      public String getId()
    • getComponentKey

      public String getComponentKey()
      The key of the component. This is typically in the form service:entity:entity-type: catalog:product:standard.
    • getParentComponentKey

      public String getParentComponentKey()
      The key of the component's parent component. This is typically a view component like catalog:product:browse or catalog:product:standard:create.
    • getComponentName

      public String getComponentName()
      Name of the component.
    • getComponentType

      public String getComponentType()
      The type of route component.
      See Also:
    • getBusinessTypeKey

      public String getBusinessTypeKey()
      If this route is generated from a Business Type, then this holds the types key.
    • setId

      public void setId(String id)
    • setComponentKey

      public void setComponentKey(String componentKey)
      The key of the component. This is typically in the form service:entity:entity-type: catalog:product:standard.
    • setParentComponentKey

      public void setParentComponentKey(String parentComponentKey)
      The key of the component's parent component. This is typically a view component like catalog:product:browse or catalog:product:standard:create.
    • setComponentName

      public void setComponentName(String componentName)
      Name of the component.
    • setComponentType

      public void setComponentType(String componentType)
      The type of route component.
      See Also:
    • setBusinessTypeKey

      public void setBusinessTypeKey(String businessTypeKey)
      If this route is generated from a Business Type, then this holds the types key.
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object