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