Skip navigation links


com.bea.p13n.property
Interface PropertyMapKey

All Superinterfaces
Serializable
All Known Implementing Classes:
AbstractPropertyMapKey, PropertyMapKeyImpl

public interface PropertyMapKey
extends Serializable

Lightweight object used as a key for entity properties.

See Also
EntityPropertyCache

Method Summary
 String getPropertyName()
          Get the name of the property
 String getPropertySetName()
          Get the PropertySet this property belongs to

 

Method Detail

getPropertySetName

String getPropertySetName()
Get the PropertySet this property belongs to

getPropertyName

String getPropertyName()
Get the name of the property

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.