org.gcube.portlets.user.td.gwtservice.shared.document
Interface SDMXDocument

All Superinterfaces:
Serializable
All Known Implementing Classes:
CodelistDocument, DatasetDocument

public interface SDMXDocument
extends Serializable

SDMX document type interface. All SDMX document type have to implement this interface.

Author:
"Giancarlo Panichi" g.panichi@isti.cnr.it

Method Summary
 String getDescription()
          Returns the document description.
 String getId()
          Returns the document id.
 String getName()
          Returns the document name.
 

Method Detail

getId

String getId()
Returns the document id.

Returns:
the document id.

getName

String getName()
Returns the document name.

Returns:
the document name.

getDescription

String getDescription()
Returns the document description.

Returns:
the document description.


Copyright © 2013. All Rights Reserved.