org.gcube.portlets.d4sreporting.common.shared
Class SerializableAttribute
java.lang.Object
org.gcube.portlets.d4sreporting.common.shared.SerializableAttribute
- All Implemented Interfaces:
- Serializable
public class SerializableAttribute
- extends Object
- implements Serializable
SerializableAttribute class
- Version:
- April 2011 (1.0)
- 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 |
SerializableAttribute
public SerializableAttribute()
SerializableAttribute
public SerializableAttribute(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.