Class Instruction
- java.lang.Object
-
- cz.cvut.fel.omo.SmartHome.devices.Instruction
-
public class Instruction extends java.lang.Object
The class represents the instructions for repairing the device.
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
descripton
-
Constructor Summary
Constructors Constructor Description Instruction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDescripton()
void
setDescripton(java.lang.String descripton)
-