org.alfresco.repo.attributes
Interface ListEntry

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ListEntryImpl

public interface ListEntry
extends java.io.Serializable

Interface for list entries.


Method Summary
 Attribute getAttribute()
          Get the Attribute for this entry.
 ListEntryKey getKey()
          Get the key.
 void setAttribute(Attribute attr)
          Set the Attribute.
 

Method Detail

getKey

ListEntryKey getKey()
Get the key.

Returns:
The key.

getAttribute

Attribute getAttribute()
Get the Attribute for this entry.

Returns:
The Attribute

setAttribute

void setAttribute(Attribute attr)
Set the Attribute.

Parameters:
attr - The attribute to set.


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