Class BaseProgramModel

java.lang.Object
genericepg.duna.project.model.BaseProgramModel

public class BaseProgramModel
extends java.lang.Object
Created by Marius Duna on 9/30/2016.
  • Constructor Summary

    Constructors
    Constructor Description
    BaseProgramModel()  
  • Method Summary

    Modifier and Type Method Description
    long getEndTime()  
    long getStartTime()  
    void setEndTime​(long endTime)  
    void setStartTime​(long startTime)  

    Methods inherited from class java.lang.Object

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

    • BaseProgramModel

      public BaseProgramModel()
  • Method Details

    • getStartTime

      public long getStartTime()
    • setStartTime

      public void setStartTime​(long startTime)
    • getEndTime

      public long getEndTime()
    • setEndTime

      public void setEndTime​(long endTime)