Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • descripton

        private java.lang.String descripton
    • Constructor Detail

      • Instruction

        public Instruction()
    • Method Detail

      • getDescripton

        public java.lang.String getDescripton()
      • setDescripton

        public void setDescripton​(java.lang.String descripton)