|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.alfresco.repo.attributes.MapEntryImpl
public class MapEntryImpl
Implementation of map entries.
| Constructor Summary | |
|---|---|
MapEntryImpl()
|
|
MapEntryImpl(MapEntryKey key,
Attribute attribute)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
Attribute |
getAttribute()
Get the value attribute. |
MapEntryKey |
getKey()
Get the primary key. |
int |
hashCode()
|
void |
setAttribute(Attribute attr)
Set the attribute. |
void |
setKey(MapEntryKey key)
Setter. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MapEntryImpl()
public MapEntryImpl(MapEntryKey key,
Attribute attribute)
| Method Detail |
|---|
public Attribute getAttribute()
MapEntry
getAttribute in interface MapEntrypublic void setAttribute(Attribute attr)
setAttribute in interface MapEntryattr - The attribute.public MapEntryKey getKey()
MapEntry
getKey in interface MapEntrypublic void setKey(MapEntryKey key)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||