Class Same
- java.lang.Object
-
- nl.gx.webmanager.services.contentrepresentation.difference.Difference
-
- nl.gx.webmanager.services.contentrepresentation.difference.Same
-
public class Same extends Difference
Represents no change. The compared objects are the same.
-
-
Constructor Summary
Constructors Constructor Description Same(ContentRepresentation contentRepresentation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentRepresentation
getContentRepresentation()
-
-
-
Constructor Detail
-
Same
public Same(ContentRepresentation contentRepresentation)
-
-
Method Detail
-
getContentRepresentation
public ContentRepresentation getContentRepresentation()
-
-