|
© 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.AbstractPropertyMapKey
Lightweight object used as a key for entity properties.
EntityPropertyCache
,
Serialized FormConstructor 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)
aPropertySetName
- the property set for this keyaPropertyName
- the property name for this keyMethod Detail |
public boolean equals(Object o)
o
- the object to compare
public int compareTo(Object o)
public int hashCode()
public String toString()
public void setPropertySetName(String aPropertySetName)
public String getPropertySetName()
getPropertySetName
in interface PropertyMapKey
public void setPropertyName(String aPropertyName)
public String getPropertyName()
getPropertyName
in interface PropertyMapKey
|
© 2004 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |