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



Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.