Class Added
- java.lang.Object
-
- nl.gx.webmanager.services.contentrepresentation.difference.Difference
-
- nl.gx.webmanager.services.contentrepresentation.difference.Added
-
public class Added extends Difference
Represents change where content was added to the second content representation.
-
-
Constructor Summary
Constructors Constructor Description Added(ContentRepresentation contentRepresentation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentRepresentation
getContentRepresentation()
-
-
-
Constructor Detail
-
Added
public Added(ContentRepresentation contentRepresentation)
-
-
Method Detail
-
getContentRepresentation
public ContentRepresentation getContentRepresentation()
-
-