Class Topic
java.lang.Object
org.alfresco.governance.classification.model.Topic
Topic
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclassificationGuide(ClassificationGuideInTopic classificationGuide) createdAt(OffsetDateTime createdAt) description(String description) boolean@Valid ClassificationGuideInTopicGet classificationGuide@NotNull @Valid OffsetDateTimeGet createdAtGet description@NotNull StringgetId()Get id@Valid InstructionGet instruction@NotNull StringgetName()Get name@Valid PathgetPath()Get pathinthashCode()hasInstruction(Boolean hasInstruction) hasSubtopics(Boolean hasSubtopics) instruction(Instruction instruction) @NotNull BooleanFlag indicating whether the topic has an instruction or not.Flag indicating whether the topic has subtopics.voidsetClassificationGuide(ClassificationGuideInTopic classificationGuide) voidsetCreatedAt(OffsetDateTime createdAt) voidsetDescription(String description) voidsetHasInstruction(Boolean hasInstruction) voidsetHasSubtopics(Boolean hasSubtopics) voidvoidsetInstruction(Instruction instruction) voidvoidtoString()
-
Constructor Details
-
Topic
public Topic()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
hasInstruction
-
isHasInstruction
Flag indicating whether the topic has an instruction or not.- Returns:
- hasInstruction
-
setHasInstruction
-
instruction
-
getInstruction
Get instruction- Returns:
- instruction
-
setInstruction
-
createdAt
-
getCreatedAt
Get createdAt- Returns:
- createdAt
-
setCreatedAt
-
hasSubtopics
-
isHasSubtopics
Flag indicating whether the topic has subtopics. This field is only included when requested.- Returns:
- hasSubtopics
-
setHasSubtopics
-
path
-
getPath
Get path- Returns:
- path
-
setPath
-
classificationGuide
-
getClassificationGuide
Get classificationGuide- Returns:
- classificationGuide
-
setClassificationGuide
-
equals
-
hashCode
public int hashCode() -
toString
-