org.gcube.portlets.d4sreporting.common.shared
Class Attribute

java.lang.Object
  extended by org.gcube.portlets.d4sreporting.common.shared.Attribute
All Implemented Interfaces:
Serializable

public class Attribute
extends Object
implements Serializable

Attribute class

Author:
Massimiliano Assante, ISTI-CNR - massimiliano.assante@isti.cnr.it
See Also:
Serialized Form

Constructor Summary
Attribute()
           
Attribute(String name, Boolean value)
           
 
Method Summary
 String getName()
           
 Boolean getValue()
           
 void setName(String name)
           
 void setValue(Boolean value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attribute

public Attribute()

Attribute

public Attribute(String name,
                 Boolean value)
Parameters:
name -
value -
Method Detail

getName

public String getName()
Returns:
.

setName

public void setName(String name)
Parameters:
name - .

getValue

public Boolean getValue()
Returns:
.

setValue

public void setValue(Boolean value)
Parameters:
value - .


Copyright © 2013. All Rights Reserved.