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

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

public class ChangedEntry
extends DifferenceEntry

Represents change where content has been modified.

See Also:
Utilities.diff(ContentRepresentation,ContentRepresentation)

Constructor Summary
ChangedEntry(java.lang.String name, ContentRepresentationEntry firstValue, ContentRepresentationEntry secondValue)
           
 
Method Summary
 ContentRepresentationEntry getFirstValue()
           
 ContentRepresentationEntry getSecondValue()
           
 
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

ChangedEntry

public ChangedEntry(java.lang.String name,
                    ContentRepresentationEntry firstValue,
                    ContentRepresentationEntry secondValue)
Method Detail

getFirstValue

public ContentRepresentationEntry getFirstValue()

getSecondValue

public ContentRepresentationEntry getSecondValue()


Copyright © 2007-2011 GX Software BV. All Rights Reserved.