Class InstructionJsonView
- java.lang.Object
-
- no.nsd.qddt.domain.instruction.json.InstructionJsonView
-
public class InstructionJsonView extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description InstructionJsonView()
InstructionJsonView(Instruction instruction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDescription()
java.util.UUID
getId()
java.sql.Timestamp
getModified()
java.lang.String
getName()
void
setModified(java.sql.Timestamp modified)
-
-
-
Constructor Detail
-
InstructionJsonView
public InstructionJsonView()
-
InstructionJsonView
public InstructionJsonView(Instruction instruction)
-
-