org.gcube.portlets.d4sreporting.common.server.serializables
Class S_Attribute

java.lang.Object
  extended by 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

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

Constructor Detail

S_Attribute

public S_Attribute()

S_Attribute

public S_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 - .

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2013. All Rights Reserved.