AbstractPropertyLocator Class

com.bea.p13n.property
AbstractPropertyLocator Class

public abstract class AbstractPropertyLocator

    extends Object
    implements PropertyLocator, Serializable

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


Hierarchy
Object
  AbstractPropertyLocator
All Implemented Interfaces

PropertyLocator, Serializable

Constructor Summary

AbstractPropertyLocator()

 

Method Summary

public int
compareTo(Object o)
Standard compareTo operator
public boolean
equals(Object o)
Standard equals operator
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
public int
hashCode()
Return a hashCode based on all fields to enable lookups in a HashMap
public void
setJndiHomeName(String s)
Set the jndiHomeName of an entity
public void
setPkString(String s)
Set the pk of an entity
public void
setPropertySetType(String s)
Set the propertySetType of an entity
public String
toString()
 
Methods from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
   
Methods from interface com.bea.p13n.property.PropertyLocator
getJndiHomeName, getPkString, getPropertySetType
 

Constructor Detail

AbstractPropertyLocator

public AbstractPropertyLocator()
 

Method Detail

compareTo(Object) Method

public int compareTo(Object o)
Standard compareTo operator


equals(Object) Method

public boolean equals(Object o)
Standard equals operator

Overrides
Object.equals(Object)

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


hashCode() Method

public int hashCode()
Return a hashCode based on all fields to enable lookups in a HashMap

Overrides
Object.hashCode()

setJndiHomeName(String) Method

public void setJndiHomeName(String s)
Set the jndiHomeName of an entity


setPkString(String) Method

public void setPkString(String s)
Set the pk of an entity


setPropertySetType(String) Method

public void setPropertySetType(String s)
Set the propertySetType of an entity


toString() Method

public String toString()
Overrides
Object.toString()