Class PathDiffState
java.lang.Object
org.aksw.commons.txn.impl.PathDiffState
A class that holds the original and current state of path metadata.
- Author:
- raven
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanisDirty()If the original state differs from the current something is dirtyvoidsetCurrentState(PathState currentState) voidsetOriginalState(PathState originalState) toString()
-
Field Details
-
originalState
-
currentState
-
-
Constructor Details
-
PathDiffState
-
-
Method Details
-
getOriginalState
-
setOriginalState
-
getCurrentState
-
setCurrentState
-
isDirty
public boolean isDirty()If the original state differs from the current something is dirty -
toString
-
hashCode
-
equals
-