© 2002 BEA Systems, Inc.


com.bea.p13n.property
Interface PropertyLocator

All Known Implementing Classes:
AbstractPropertyLocator

public interface PropertyLocator
extends java.io.Serializable

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


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

Method Detail

getJndiHomeName

public java.lang.String getJndiHomeName()
Get the jndiHomeName of an entity


getPkString

public java.lang.String getPkString()
Get the pk of an entity


getPropertySetType

public java.lang.String getPropertySetType()
Get the propertySetType of an entity


© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved