ModeShape Distribution 3.0.0.Beta4

org.modeshape.jcr.cache.change
Class PropertyChanged

java.lang.Object
  extended by org.modeshape.jcr.cache.change.Change
      extended by org.modeshape.jcr.cache.change.AbstractNodeChange
          extended by org.modeshape.jcr.cache.change.PropertyChanged
All Implemented Interfaces:
Serializable

public class PropertyChanged
extends AbstractNodeChange

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.modeshape.jcr.cache.change.AbstractNodeChange
path
 
Constructor Summary
PropertyChanged(NodeKey key, Path nodePath, Property newProperty, Property oldProperty)
           
 
Method Summary
 Property getNewProperty()
           
 Property getOldProperty()
           
 Path getPathToNode()
           
 String toString()
           
 
Methods inherited from class org.modeshape.jcr.cache.change.AbstractNodeChange
getKey, getPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyChanged

public PropertyChanged(NodeKey key,
                       Path nodePath,
                       Property newProperty,
                       Property oldProperty)
Method Detail

getNewProperty

public Property getNewProperty()
Returns:
newPath

getOldProperty

public Property getOldProperty()
Returns:
oldPath

getPathToNode

public Path getPathToNode()
Returns:
path

toString

public String toString()
Overrides:
toString in class Object

ModeShape Distribution 3.0.0.Beta4

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.