Class PathElement
- 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 Summary
Constructors Constructor Description PathElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@NotNull StringgetId()Get id@NotNull StringgetName()Get name@NotNull StringgetType()Get typeinthashCode()PathElementid(String id)PathElementname(String name)voidsetId(String id)voidsetName(String name)voidsetType(String type)StringtoString()PathElementtype(String type)
-
-
-
Method Detail
-
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)
-
-