org.alfresco.repo.attributes
Class MapEntryKey

java.lang.Object
  extended by org.alfresco.repo.attributes.MapEntryKey
All Implemented Interfaces:
java.io.Serializable

public class MapEntryKey
extends java.lang.Object
implements java.io.Serializable

Key class for MapEntries.

See Also:
Serialized Form

Constructor Summary
MapEntryKey()
           
MapEntryKey(MapAttribute map, java.lang.String key)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getKey()
           
 MapAttribute getMap()
           
 int hashCode()
           
 void setKey(java.lang.String key)
           
 void setMap(MapAttribute map)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MapEntryKey

public MapEntryKey()

MapEntryKey

public MapEntryKey(MapAttribute map,
                   java.lang.String key)
Method Detail

getKey

public java.lang.String getKey()
Returns:
the Key

setKey

public void setKey(java.lang.String key)
Parameters:
key - the Key to set

getMap

public MapAttribute getMap()
Returns:
the Map

setMap

public void setMap(MapAttribute map)
Parameters:
map - the Map to set

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.