Class Context


  • public class Context
    extends java.lang.Object
    Model to represent the system
    • Constructor Summary

      Constructors 
      Constructor Description
      Context()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      Getter for id Unique id of the system
      java.lang.String getSystem()
      Getter for system System name
      void setId​(java.lang.String value)
      Setter for id Unique id of the system
      void setSystem​(java.lang.String value)
      Setter for system System name
      java.lang.String toString()
      Returns a JSON string representation of Context
      • Methods inherited from class java.lang.Object

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

      • Context

        public Context()
    • Method Detail

      • getId

        public java.lang.String getId()
        Getter for id Unique id of the system
      • setId

        public void setId​(java.lang.String value)
        Setter for id Unique id of the system
      • getSystem

        public java.lang.String getSystem()
        Getter for system System name
      • setSystem

        public void setSystem​(java.lang.String value)
        Setter for system System name
      • toString

        public java.lang.String toString()
        Returns a JSON string representation of Context
        Overrides:
        toString in class java.lang.Object