org.modeshape.jcr.cache.change
Class PropertyChanged
java.lang.Object
org.modeshape.jcr.cache.change.Change
org.modeshape.jcr.cache.change.AbstractNodeChange
org.modeshape.jcr.cache.change.PropertyChanged
- All Implemented Interfaces:
- Serializable
public class PropertyChanged
- extends AbstractNodeChange
- See Also:
- Serialized Form
PropertyChanged
public PropertyChanged(NodeKey key,
Path nodePath,
Property newProperty,
Property oldProperty)
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
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.