|
|||||||||
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 MapEntry
public void setAttribute(Attribute attr)
setAttribute
in interface MapEntry
attr
- The attribute.public MapEntryKey getKey()
MapEntry
getKey
in interface MapEntry
public void setKey(MapEntryKey key)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public 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 |