org.gcube.portlets.user.td.gwtservice.shared.destination
Interface Destination

All Superinterfaces:
Serializable
All Known Implementing Classes:
FileDestination, SDMXRegistryDestination, WorkspaceDestination

public interface Destination
extends Serializable


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

Method Detail

getId

String getId()
Returns the document type id.

Returns:
the document type id.

getName

String getName()
Returns the document type name.

Returns:
the document type name.

getDescription

String getDescription()
Returns the document type description.

Returns:
the document type description.


Copyright © 2013. All Rights Reserved.