Class CostResult


  • public class CostResult
    extends java.lang.Object
    Author:
    ogronnesby
    • Constructor Summary

      Constructors 
      Constructor Description
      CostResult()  
    • Method Summary

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

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

      • CostResult

        public CostResult()
    • Method Detail

      • getMonth

        public java.lang.String getMonth()
      • getItems

        public java.util.List<CostItem> getItems()