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