nl.gx.webmanager.services.contentrepresentation.difference
Class AddedEntry

java.lang.Object
  extended by nl.gx.webmanager.services.contentrepresentation.difference.DifferenceEntry
      extended by nl.gx.webmanager.services.contentrepresentation.difference.AddedEntry

public class AddedEntry
extends DifferenceEntry

Represents change where content was added to the second content representation entry.

See Also:
Utilities.diff(ContentRepresentation,ContentRepresentation)

Constructor Summary
AddedEntry(java.lang.String name, ContentRepresentationEntry value)
           
 
Method Summary
 ContentRepresentationEntry getValue()
          The content that was added.
 
Methods inherited from class nl.gx.webmanager.services.contentrepresentation.difference.DifferenceEntry
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddedEntry

public AddedEntry(java.lang.String name,
                  ContentRepresentationEntry value)
Method Detail

getValue

public ContentRepresentationEntry getValue()
The content that was added.

Returns:
value


Copyright © 2007-2010 GX creative online development BV. All Rights Reserved.