Interface IDtoTimedMaterialConsumption
- All Known Implementing Classes:
DtoTimedMaterialConsumption
public interface IDtoTimedMaterialConsumption
When is how much of which material consumed
-
Method Summary
Modifier and TypeMethodDescriptiongetEnd()The material is consumed linearly ending at this time..Name of the material that is consumedAmount of material that is consumedgetStart()The material is consumed linearly starting at this time.voidThe material is consumed linearly ending at this time..voidsetMaterial(String material) Name of the material that is consumedvoidsetQuantity(Long quantity) Amount of material that is consumedvoidThe material is consumed linearly starting at this time.
-
Method Details
-
getMaterial
String getMaterial()Name of the material that is consumed -
setMaterial
Name of the material that is consumed -
getQuantity
Long getQuantity()Amount of material that is consumed -
setQuantity
Amount of material that is consumed -
getStart
Long getStart()The material is consumed linearly starting at this time. -
setStart
The material is consumed linearly starting at this time. -
getEnd
Long getEnd()The material is consumed linearly ending at this time.. -
setEnd
The material is consumed linearly ending at this time..
-