org.gcube.portlets.d4sreporting.common.shared
Class Metadata
java.lang.Object
org.gcube.portlets.d4sreporting.common.shared.Metadata
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable
public class Metadata
- extends Object
- implements com.google.gwt.user.client.rpc.IsSerializable
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Metadata
public Metadata()
Metadata
public Metadata(String attribute,
String value)
- Parameters:
attribute - .value - .
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 © 2013. All Rights Reserved.