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