|
© 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 int compareTo(Object o)
public boolean equals(Object o)
public String getJndiHomeName()
getJndiHomeName
in interface PropertyLocator
public String getPkString()
getPkString
in interface PropertyLocator
public String getPropertySetType()
getPropertySetType
in interface PropertyLocator
public int hashCode()
public void setJndiHomeName(String s)
public void setPkString(String s)
public void setPropertySetType(String s)
public String toString()
|
© 2004 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |