public abstract class AbstractPropertyAccess extends Object implements PropertyAccess
BASE_QUALIFIER| Modifier | Constructor and Description |
|---|---|
protected |
AbstractPropertyAccess(long version) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
protected void |
firePropertyDataChanged() |
PropertyOwner |
getOwner() |
long |
getVersion() |
void |
registerOwner(PropertyOwner owner) |
void |
setVersion(long vers) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcommitProperties, getAllProperties, getProperty, getPropertyNames, hasModifiedProperties, removeProperty, rollbackProperties, setPropertypublic final void registerOwner(PropertyOwner owner)
registerOwner in interface PropertyAccesspublic final void dispose()
dispose in interface PropertyAccesspublic final PropertyOwner getOwner()
public final long getVersion()
public final void setVersion(long vers)
protected void firePropertyDataChanged()
Copyright © 2017 SAP SE. All Rights Reserved.