Class ControllerLog


  • public class ControllerLog
    extends step.core.accessors.AbstractIdentifiableObject
    • Field Summary

      • Fields inherited from class step.core.accessors.AbstractIdentifiableObject

        customFields, ID
    • Constructor Summary

      Constructors 
      Constructor Description
      ControllerLog()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Date getStart()  
      Version getVersion()  
      void setStart​(java.util.Date start)  
      void setVersion​(Version version)  
      java.lang.String toString()  
      • Methods inherited from class step.core.accessors.AbstractIdentifiableObject

        addCustomField, computeCustomFieldIfAbsent, equals, getCustomField, getCustomField, getCustomFields, getId, hashCode, setCustomFields, setId
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ControllerLog

        public ControllerLog()
    • Method Detail

      • getStart

        public java.util.Date getStart()
      • setStart

        public void setStart​(java.util.Date start)
      • getVersion

        public Version getVersion()
      • setVersion

        public void setVersion​(Version version)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object