Class TopicEntry
- java.lang.Object
-
- org.alfresco.governance.classification.model.TopicEntry
-
@Validated public class TopicEntry extends Object
TopicEntry
-
-
Constructor Summary
Constructors Constructor Description TopicEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TopicEntryentry(Topic entry)booleanequals(Object o)@NotNull @Valid TopicgetEntry()Get entryinthashCode()voidsetEntry(Topic entry)StringtoString()
-
-
-
Method Detail
-
entry
public TopicEntry entry(Topic entry)
-
getEntry
@NotNull @Valid public @NotNull @Valid Topic getEntry()
Get entry- Returns:
- entry
-
setEntry
public void setEntry(Topic entry)
-
-