Interface IDtoTimedMaterialProduction
- All Known Implementing Classes:
DtoTimedMaterialProduction
public interface IDtoTimedMaterialProduction
When is how much of which material produced
-
Method Summary
Modifier and TypeMethodDescriptiongetEnd()The material is produced linearly ending at this time.Name of the material that is producedAmount of material that is producedgetStart()The material is produced linearly starting at this time.voidThe material is produced linearly ending at this time.voidsetMaterial(String material) Name of the material that is producedvoidsetQuantity(Long quantity) Amount of material that is producedvoidThe material is produced linearly starting at this time.
-
Method Details
-
getMaterial
String getMaterial()Name of the material that is produced -
setMaterial
Name of the material that is produced -
getQuantity
Long getQuantity()Amount of material that is produced -
setQuantity
Amount of material that is produced -
getStart
Long getStart()The material is produced linearly starting at this time. -
setStart
The material is produced linearly starting at this time. -
getEnd
Long getEnd()The material is produced linearly ending at this time. -
setEnd
The material is produced linearly ending at this time.
-