com.logicaldoc.web.util
Class Attribute

java.lang.Object
  extended by com.logicaldoc.web.util.Attribute

public class Attribute
extends java.lang.Object

Simple bean that stores a name-Extended Attribute pair

Since:
4.0
Author:
Marco Meschieri - Logical Objects

Constructor Summary
Attribute(java.lang.String name, com.logicaldoc.core.ExtendedAttribute attribute)
           
 
Method Summary
 com.logicaldoc.core.ExtendedAttribute getAttribute()
           
 java.lang.String getName()
           
 void setAttribute(com.logicaldoc.core.ExtendedAttribute attribute)
           
 void setName(java.lang.String name)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Attribute

public Attribute(java.lang.String name,
                 com.logicaldoc.core.ExtendedAttribute attribute)
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getAttribute

public com.logicaldoc.core.ExtendedAttribute getAttribute()

setAttribute

public void setAttribute(com.logicaldoc.core.ExtendedAttribute attribute)

toString

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


Copyright © 2008-2010 Logical Objects. All Rights Reserved.