@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
Method Summary
All Methods Instance Methods Concrete Methods
boolean
int
void
void
void
Constructor Details
PathElement
public PathElement ()
Method Details
getId
@NotNull
public @NotNull String getId ()
Get id
Returns:
id
getName
@NotNull
public @NotNull String getName ()
Get name
Returns:
name
setName
public void setName (String name)
getType
@NotNull
public @NotNull String getType ()
Get type
Returns:
type
setType
public void setType (String type)