org.alfresco.repo.attributes
Interface MapEntry

All Known Implementing Classes:
MapEntryImpl

public interface MapEntry

Interface for map entries.


Method Summary
 Attribute getAttribute()
          Get the value attribute.
 MapEntryKey getKey()
          Get the primary key.
 void setAttribute(Attribute attr)
          Set the value of this attribute.
 

Method Detail

getKey

MapEntryKey getKey()
Get the primary key.

Returns:
The key.

getAttribute

Attribute getAttribute()
Get the value attribute.

Returns:
The value attribute.

setAttribute

void setAttribute(Attribute attr)
Set the value of this attribute.

Parameters:
attr -


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