Class StationDTO

java.lang.Object
com.assemblyrobot.shared.db.model.StationDTO

@Entity
public class StationDTO
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    StationDTO​(java.lang.String id, double enteredMaterialAmount, double exitedMaterialAmount, double busyTime, double totalPassthroughTime)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • StationDTO

      public StationDTO​(java.lang.String id, double enteredMaterialAmount, double exitedMaterialAmount, double busyTime, double totalPassthroughTime)