Class AddedEntry
- java.lang.Object
-
- nl.gx.webmanager.services.contentrepresentation.difference.DifferenceEntry
-
- nl.gx.webmanager.services.contentrepresentation.difference.AddedEntry
-
public class AddedEntry extends DifferenceEntry
Represents change where content was added to the second content representation entry.
-
-
Constructor Summary
Constructors Constructor Description AddedEntry(String name, ContentRepresentationEntry value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentRepresentationEntry
getValue()
The content that was added.-
Methods inherited from class nl.gx.webmanager.services.contentrepresentation.difference.DifferenceEntry
getName
-
-
-
-
Constructor Detail
-
AddedEntry
public AddedEntry(String name, ContentRepresentationEntry value)
-
-
Method Detail
-
getValue
public ContentRepresentationEntry getValue()
The content that was added.- Returns:
- value
-
-