protected static class PropertyPath.PropertyContainer extends java.lang.Object implements RevisionHandler
| Modifier and Type | Field and Description |
|---|---|
protected java.beans.PropertyDescriptor |
m_Descriptor
the descriptor
|
protected java.lang.Object |
m_Object
the associated object
|
| Constructor and Description |
|---|
PropertyContainer(java.beans.PropertyDescriptor desc,
java.lang.Object obj)
initializes the container
|
| Modifier and Type | Method and Description |
|---|---|
java.beans.PropertyDescriptor |
getDescriptor()
returns the stored descriptor
|
java.lang.Object |
getObject()
returns the stored object
|
java.lang.String |
getRevision()
Returns the revision string.
|
protected java.beans.PropertyDescriptor m_Descriptor
protected java.lang.Object m_Object
public PropertyContainer(java.beans.PropertyDescriptor desc,
java.lang.Object obj)
desc - the property descriptorobj - the associated objectpublic java.beans.PropertyDescriptor getDescriptor()
public java.lang.Object getObject()
public java.lang.String getRevision()
getRevision in interface RevisionHandler