java.lang.Object
org.alfresco.governance.classification.model.PathElement

@Validated public class PathElement extends Object
The id and name of a topic or classification guide that is an ancestor of this topic, along with a descriptor string to indicate whether its a guide or topic.
  • Constructor Details

    • PathElement

      public PathElement()
  • Method Details

    • id

      public PathElement id(String id)
    • getId

      @NotNull public @NotNull String getId()
      Get id
      Returns:
      id
    • setId

      public void setId(String id)
    • name

      public PathElement name(String name)
    • getName

      @NotNull public @NotNull String getName()
      Get name
      Returns:
      name
    • setName

      public void setName(String name)
    • type

      public PathElement type(String type)
    • getType

      @NotNull public @NotNull String getType()
      Get type
      Returns:
      type
    • setType

      public void setType(String type)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object