Interface IDtoCapacityRequirement

All Known Implementing Classes:
DtoCapacityRequirement

public interface IDtoCapacityRequirement
Capacity used by a job.
  • Method Summary

    Modifier and Type
    Method
    Description
    Used capacity.
    void
    Used capacity.
  • Method Details

    • getValue

      Integer getValue()
      Used capacity.
    • setValue

      void setValue(Integer value)
      Used capacity.