Class DiagnosticSystem


  • public class DiagnosticSystem
    extends java.lang.Object
    Data class for an individual diagnostic system.
    • Constructor Summary

      Constructors 
      Constructor Description
      DiagnosticSystem()
      No-argument constructor for deserialization.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      Gets the description of the system.
      java.lang.String getStatus()
      Gets the status of the system.
      java.lang.String getSystemId()
      Gets the system ID.
      • Methods inherited from class java.lang.Object

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

      • DiagnosticSystem

        public DiagnosticSystem()
        No-argument constructor for deserialization.
    • Method Detail

      • getSystemId

        public java.lang.String getSystemId()
        Gets the system ID.
      • getStatus

        public java.lang.String getStatus()
        Gets the status of the system.
      • getDescription

        public java.lang.String getDescription()
        Gets the description of the system.