org.alfresco.repo.attributes
Interface GlobalAttributeEntry

All Known Implementing Classes:
GlobalAttributeEntryImpl

public interface GlobalAttributeEntry

Interface for the entries in the global attribute table.


Method Summary
 Attribute getAttribute()
          Get the Attribute.
 java.lang.String getName()
          Get the name of the entry.
 void setAttribute(Attribute attr)
          Set the Attribute.
 

Method Detail

getName

java.lang.String getName()
Get the name of the entry.


getAttribute

Attribute getAttribute()
Get the Attribute.


setAttribute

void setAttribute(Attribute attr)
Set the Attribute.



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