Class SelectedCapacity


  • public class SelectedCapacity
    extends java.lang.Object
    Data class for an individual available capacity.
    • Constructor Summary

      Constructors 
      Constructor Description
      SelectedCapacity()
      No-argument constructor for deserialization.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getNominal()
      Gets the capacity.
      java.lang.String getSource()
      Gets the source of the capacity.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • SelectedCapacity

        public SelectedCapacity()
        No-argument constructor for deserialization.
    • Method Detail

      • getNominal

        public double getNominal()
        Gets the capacity.
      • getSource

        public java.lang.String getSource()
        Gets the source of the capacity.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        Returns:
        a stringified representation of SelectedCapacity