Class AvailableCapacity


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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getCapacity()
      Gets the capacity.
      java.lang.String getDescription()
      Gets the description 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

      • AvailableCapacity

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

      • getCapacity

        public double getCapacity()
        Gets the capacity.
      • getDescription

        public java.lang.String getDescription()
        Gets the description of the capacity.
      • toString

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