Class Difference
java.lang.Object
com.priint.pubserver.comet.entity.Difference
The type Difference. Internal use only.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new Difference.Difference(Object left, Object right) Instantiates a new Difference. -
Method Summary
-
Constructor Details
-
Difference
public Difference()Instantiates a new Difference. -
Difference
Instantiates a new Difference.- Parameters:
left- the leftright- the right
-
-
Method Details
-
add
Add.- Parameters:
propertyName- the property nameleft- the leftright- the right
-
getDiff
Gets diff.- Returns:
- the diff
-
getLeft
Gets left.- Returns:
- the left
-
getRight
Gets right.- Returns:
- the right
-
setDiff
Sets diff.- Parameters:
diff- the diff
-
setLeft
Sets left.- Parameters:
left- the left
-
setRight
Sets right.- Parameters:
right- the right
-
toString
-