Class Record


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

      Fields 
      Modifier and Type Field Description
      java.lang.String color  
      java.lang.String destination  
      java.lang.String quantity  
      java.lang.String scale  
      java.lang.String timeScale  
    • Constructor Summary

      Constructors 
      Constructor Description
      Record()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • quantity

        public java.lang.String quantity
      • timeScale

        public java.lang.String timeScale
      • scale

        public java.lang.String scale
      • color

        public java.lang.String color
      • destination

        public java.lang.String destination
    • Constructor Detail

      • Record

        public Record()
    • Method Detail

      • toString

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