|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.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(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 |
public AbstractPropertyLocator()
Method Detail |
public boolean equals(java.lang.Object o)
public int compareTo(java.lang.Object o)
public int hashCode()
public java.lang.String toString()
public void setJndiHomeName(java.lang.String s)
public java.lang.String getJndiHomeName()
public void setPkString(java.lang.String s)
public java.lang.String getPkString()
public void setPropertySetType(java.lang.String s)
public java.lang.String getPropertySetType()
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |