org.gcube.portlets.d4sreporting.common.server.serializables
Class S_Attribute
java.lang.Object
org.gcube.portlets.d4sreporting.common.server.serializables.S_Attribute
- All Implemented Interfaces:
- Serializable
public class S_Attribute
- extends Object
- implements Serializable
S_Attribute class
- Version:
- April 2011 (1.0)
- Author:
- Massimiliano Assante, ISTI-CNR - massimiliano.assante@isti.cnr.it
- See Also:
- Serialized Form
S_Attribute
public S_Attribute()
S_Attribute
public S_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 - .
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2013. All Rights Reserved.