|
© 2005 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.AbstractPropertyMapKey
Lightweight object used as a key for entity properties.
EntityPropertyCache,
Serialized Form| Constructor Summary | |
AbstractPropertyMapKey()
Default constructor |
|
AbstractPropertyMapKey(String aPropertySetName,
String aPropertyName)
Initializing Constructor |
|
| Method Summary | |
int |
compareTo(Object o)
Standard compareTo operator |
boolean |
equals(Object o)
Equals operator |
String |
getPropertyName()
Get the name of the property |
String |
getPropertySetName()
Get the PropertySet this property belongs to |
int |
hashCode()
Calculate a hashCode based on all fields, for lookups in a HashMap |
void |
setPropertyName(String aPropertyName)
Set the name of the property |
void |
setPropertySetName(String aPropertySetName)
Set the PropertySet this property belongs to |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AbstractPropertyMapKey()
public AbstractPropertyMapKey(String aPropertySetName,
String aPropertyName)
| Method Detail |
public int compareTo(Object o)
public boolean equals(Object o)
o - the object to compare
public String getPropertyName()
getPropertyName in interface PropertyMapKeypublic String getPropertySetName()
getPropertySetName in interface PropertyMapKeypublic int hashCode()
public void setPropertyName(String aPropertyName)
public void setPropertySetName(String aPropertySetName)
public String toString()
|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||