org.gcube.portlets.d4sreporting.common.shared
Class Attribute
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Attribute
public Attribute()
Attribute
public Attribute(String name,
Boolean value)
- Parameters:
name - value -
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.