com.evolveum.midpoint.task.api
Class LightweightIdentifier
java.lang.Object
com.evolveum.midpoint.task.api.LightweightIdentifier
public class LightweightIdentifier
- extends java.lang.Object
- Author:
- semancik
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
LightweightIdentifier
public LightweightIdentifier(long timestamp,
int hostIdentifier,
int sequenceNumber)
getTimestamp
public long getTimestamp()
getHostIdentifier
public int getHostIdentifier()
getSequenceNumber
public int getSequenceNumber()
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2012 evolveum. All Rights Reserved.