PropertyLocator Interface

com.bea.p13n.property
PropertyLocator Interface

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.


All Known Implementing Classes
AbstractPropertyLocator
All Superinterfaces
Serializable

Method Summary

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

Method Detail

getJndiHomeName() Method

public String getJndiHomeName()
Get the jndiHomeName of an entity


getPkString() Method

public String getPkString()
Get the pk of an entity


getPropertySetType() Method

public String getPropertySetType()
Get the propertySetType of an entity