Class CostMonths


  • public class CostMonths
    extends java.lang.Object
    Author:
    ogronnesby
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.List<java.lang.String> months  
    • Constructor Summary

      Constructors 
      Constructor Description
      CostMonths()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getMonths()  
      • Methods inherited from class java.lang.Object

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

      • months

        public java.util.List<java.lang.String> months
    • Constructor Detail

      • CostMonths

        public CostMonths()
    • Method Detail

      • getMonths

        public java.util.List<java.lang.String> getMonths()