Class RuntimeDisplay


  • public class RuntimeDisplay
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) double[] box  
      (package private) java.lang.String id  
      (package private) java.lang.String title  
    • Constructor Summary

      Constructors 
      Constructor Description
      RuntimeDisplay()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double[] getBox()  
      java.lang.String getID()  
      java.lang.String getTitle()  
      void setBox​(double[] b)  
      void setID​(java.lang.String sid)  
      void setTitle​(java.lang.String ttl)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • id

        java.lang.String id
      • title

        java.lang.String title
      • box

        double[] box
    • Constructor Detail

      • RuntimeDisplay

        public RuntimeDisplay()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getID

        public java.lang.String getID()
      • getTitle

        public java.lang.String getTitle()
      • setTitle

        public void setTitle​(java.lang.String ttl)
      • setID

        public void setID​(java.lang.String sid)
      • setBox

        public void setBox​(double[] b)
      • getBox

        public double[] getBox()