Class RunDTO
java.lang.Object
com.assemblyrobot.shared.db.model.RunDTO
- All Implemented Interfaces:
java.io.Serializable
@Entity
public class RunDTO
extends java.lang.Object
implements java.io.Serializable
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description RunDTO(NormalDistributionConfig arrivalIntervalParams, NormalDistributionConfig assemblyTimeParams, NormalDistributionConfig errorCheckTimeParams, ErrorOccurrenceConfig errorOccurrenceParams, ErrorFixTimeConfig errorFixTimes, StationConfig stationParams) -
Method Summary
Modifier and Type Method Description NormalDistributionConfiggetArrivalIntervalParams()NormalDistributionConfiggetAssemblyTimeParams()NormalDistributionConfiggetErrorCheckTimeParams()ErrorFixTimeConfiggetErrorFixTimes()ErrorOccurrenceConfiggetErrorOccurrenceParams()StationConfiggetStationParams()voidsetArrivalIntervalParams(NormalDistributionConfig arrivalIntervalParams)voidsetAssemblyTimeParams(NormalDistributionConfig assemblyTimeParams)voidsetErrorCheckTimeParams(NormalDistributionConfig errorCheckTimeParams)voidsetErrorFixTimes(ErrorFixTimeConfig errorFixTimes)voidsetErrorOccurrenceParams(ErrorOccurrenceConfig errorOccurrenceParams)voidsetMaterials(MaterialDTO[] materials)voidsetStationParams(StationConfig stationParams)voidsetStations(StationDTO[] stations)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Method Details
-
getArrivalIntervalParams
-
getAssemblyTimeParams
-
getErrorCheckTimeParams
-
getErrorOccurrenceParams
-
getErrorFixTimes
-
getStationParams
-