© 2005 BEA Systems, Inc.

com.bea.p13n.property
Interface PropertyLocator

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractPropertyLocator

public interface PropertyLocator
extends Serializable

Lightweight object that contains ConfigurableEntity's unique attributes. PropertyLocator objects are used by the EntityProperty manager implementations to identify ConfigurableEntities.


Method Summary
 String getJndiHomeName()
          Get the jndiHomeName of an entity
 String getPkString()
          Get the pk of an entity
 String getPropertySetType()
          Get the propertySetType of an entity
 

Method Detail

getJndiHomeName

public String getJndiHomeName()
Get the jndiHomeName of an entity


getPkString

public String getPkString()
Get the pk of an entity


getPropertySetType

public String getPropertySetType()
Get the propertySetType of an entity


© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved