© 2002 BEA Systems, Inc.


com.bea.p13n.property
Class AbstractPropertyLocator

java.lang.Object
  |
  +--com.bea.p13n.property.AbstractPropertyLocator

public abstract class AbstractPropertyLocator
extends java.lang.Object
implements PropertyLocator, java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
AbstractPropertyLocator()
           
 
Method Summary
 int compareTo(java.lang.Object o)
          Standard compareTo operator
 boolean equals(java.lang.Object o)
          Standard equals operator
 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
 int hashCode()
          Return a hashCode based on all fields to enable lookups in a HashMap
 void setJndiHomeName(java.lang.String s)
          Set the jndiHomeName of an entity
 void setPkString(java.lang.String s)
          Set the pk of an entity
 void setPropertySetType(java.lang.String s)
          Set the propertySetType of an entity
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractPropertyLocator

public AbstractPropertyLocator()
Method Detail

equals

public boolean equals(java.lang.Object o)
Standard equals operator

Overrides:
equals in class java.lang.Object

compareTo

public int compareTo(java.lang.Object o)
Standard compareTo operator


hashCode

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

Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object

setJndiHomeName

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


getJndiHomeName

public java.lang.String getJndiHomeName()
Get the jndiHomeName of an entity
Specified by:
getJndiHomeName in interface PropertyLocator


setPkString

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


getPkString

public java.lang.String getPkString()
Get the pk of an entity
Specified by:
getPkString in interface PropertyLocator


setPropertySetType

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


getPropertySetType

public java.lang.String getPropertySetType()
Get the propertySetType of an entity
Specified by:
getPropertySetType in interface PropertyLocator


© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved