org.alfresco.repo.attributes
Class GlobalAttributeEntryImpl

java.lang.Object
  extended by org.alfresco.repo.attributes.GlobalAttributeEntryImpl
All Implemented Interfaces:
GlobalAttributeEntry

public class GlobalAttributeEntryImpl
extends java.lang.Object
implements GlobalAttributeEntry


Constructor Summary
GlobalAttributeEntryImpl()
           
GlobalAttributeEntryImpl(java.lang.String name, Attribute attr)
           
 
Method Summary
 Attribute getAttribute()
          Get the Attribute.
 java.lang.String getName()
          Get the name of the entry.
 void setAttribute(Attribute attr)
          Setter.
 void setName(java.lang.String name)
          Setter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalAttributeEntryImpl

public GlobalAttributeEntryImpl()

GlobalAttributeEntryImpl

public GlobalAttributeEntryImpl(java.lang.String name,
                                Attribute attr)
Method Detail

getAttribute

public Attribute getAttribute()
Description copied from interface: GlobalAttributeEntry
Get the Attribute.

Specified by:
getAttribute in interface GlobalAttributeEntry

setAttribute

public void setAttribute(Attribute attr)
Setter.

Specified by:
setAttribute in interface GlobalAttributeEntry

getName

public java.lang.String getName()
Description copied from interface: GlobalAttributeEntry
Get the name of the entry.

Specified by:
getName in interface GlobalAttributeEntry

setName

public void setName(java.lang.String name)
Setter.



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