|
© 2004 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.p13n.property.AbstractPropertyLocator
Lightweight object that contains ConfigurableEntity's unique attributes. PropertyLocator objects are used by the EntityProperty manager implementations to identify ConfigurableEntities.
Constructor Summary | |
AbstractPropertyLocator()
|
Method Summary | |
int |
compareTo(Object o)
Standard compareTo operator |
boolean |
equals(Object o)
Standard equals operator |
String |
getJndiHomeName()
Get the jndiHomeName of an entity |
String |
getPkString()
Get the pk of an entity |
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(String s)
Set the jndiHomeName of an entity |
void |
setPkString(String s)
Set the pk of an entity |
void |
setPropertySetType(String s)
Set the propertySetType of an entity |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AbstractPropertyLocator()
Method Detail |
public boolean equals(Object o)
public int compareTo(Object o)
public int hashCode()
public String toString()
public void setJndiHomeName(String s)
public String getJndiHomeName()
getJndiHomeName
in interface PropertyLocator
public void setPkString(String s)
public String getPkString()
getPkString
in interface PropertyLocator
public void setPropertySetType(String s)
public String getPropertySetType()
getPropertySetType
in interface PropertyLocator
|
© 2004 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |