org.gcube.portlets.user.td.gwtservice.shared.document
Class DatasetDocument

java.lang.Object
  extended by org.gcube.portlets.user.td.gwtservice.shared.document.DatasetDocument
All Implemented Interfaces:
Serializable, SDMXDocument

public class DatasetDocument
extends Object
implements SDMXDocument

Author:
"Giancarlo Panichi" g.panichi@isti.cnr.it
See Also:
Serialized Form

Field Summary
static DatasetDocument INSTANCE
           
 
Constructor Summary
DatasetDocument()
           
 
Method Summary
 String getDescription()
          Returns the document description.
 String getId()
          Returns the document id.
 String getName()
          Returns the document name.
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INSTANCE

public static final DatasetDocument INSTANCE
Constructor Detail

DatasetDocument

public DatasetDocument()
Method Detail

getId

public String getId()
Returns the document id.

Specified by:
getId in interface SDMXDocument
Returns:
the document id.

getName

public String getName()
Returns the document name.

Specified by:
getName in interface SDMXDocument
Returns:
the document name.

getDescription

public String getDescription()
Returns the document description.

Specified by:
getDescription in interface SDMXDocument
Returns:
the document description.

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.