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

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

public class AttributeArea
extends Object
implements Serializable

SerializableAttributeArea class

Version:
April 2011 (1.0)
Author:
Massimiliano Assante, ISTI-CNR - massimiliano.assante@isti.cnr.it
See Also:
Serialized Form

Constructor Summary
AttributeArea()
           
AttributeArea(String attrName, ArrayList<Attribute> values)
           
 
Method Summary
 String getAttrName()
           
 ArrayList<Attribute> getValues()
           
 void setAttrName(String attrName)
           
 void setValues(ArrayList<Attribute> values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeArea

public AttributeArea()

AttributeArea

public AttributeArea(String attrName,
                     ArrayList<Attribute> values)
Parameters:
attrName - .
values - .
Method Detail

getAttrName

public String getAttrName()
Returns:
name

setAttrName

public void setAttrName(String attrName)
Parameters:
attrName - n

getValues

public ArrayList<Attribute> getValues()
Returns:
the list

setValues

public void setValues(ArrayList<Attribute> values)
Parameters:
values - -


Copyright © 2013. All Rights Reserved.