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

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

public class Metadata
extends Object
implements Serializable

The Metadata class represents a metadata that can be associated to any object

Version:
October 2009 (1.4)
Author:
Massimiliano Assante, ISTI-CNR - massimiliano.assante@isti.cnr.it
See Also:
Serialized Form

Constructor Summary
Metadata()
           
Metadata(String attribute, String value)
           
 
Method Summary
 String getAttribute()
           
 String getValue()
           
 void setAttribute(String attribute)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Metadata

public Metadata()

Metadata

public Metadata(String attribute,
                String value)
Parameters:
attribute - .
value - .
Method Detail

getAttribute

public String getAttribute()
Returns:
.

setAttribute

public void setAttribute(String attribute)
Parameters:
attribute - .

getValue

public String getValue()
Returns:
.

setValue

public void setValue(String value)
Parameters:
value - .


Copyright © 2014. All Rights Reserved.