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