Class ServiceEntry
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 protectedServiceEntry()ServiceEntry(Service oldService, Service newService, short oldState, short newState) -
Method Summary
Modifier and Type Method Description ServicegetNewService()shortgetNewState()ServicegetOldService()shortgetOldState()java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ServiceEntry
protected ServiceEntry() -
ServiceEntry
-
-
Method Details
-
getOldService
-
getNewService
-
getOldState
public short getOldState() -
getNewState
public short getNewState() -
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-