java.lang.Object
ru.bitel.oss.systems.inventory.service.common.event.ServiceEntry

public class ServiceEntry
extends java.lang.Object
  • Constructor Summary

    Constructors
    Modifier Constructor Description
    protected ServiceEntry()  
      ServiceEntry​(Service oldService, Service newService, short oldState, short newState)  
  • Method Summary

    Modifier and Type Method Description
    Service getNewService()  
    short getNewState()  
    Service getOldService()  
    short getOldState()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

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

    • ServiceEntry

      protected ServiceEntry()
    • ServiceEntry

      public ServiceEntry​(Service oldService, Service newService, short oldState, short newState)
  • Method Details

    • getOldService

      public Service getOldService()
    • getNewService

      public Service getNewService()
    • getOldState

      public short getOldState()
    • getNewState

      public short getNewState()
    • toString

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