org.gcube.portlets.user.td.gwtservice.shared.tr.metadata
Class TRExportMetadata

java.lang.Object
  extended by org.gcube.portlets.user.td.gwtservice.shared.tr.metadata.TRExportMetadata
All Implemented Interfaces:
Serializable, TRMetadata

public class TRExportMetadata
extends Object
implements TRMetadata

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

Constructor Summary
TRExportMetadata()
           
 
Method Summary
 String getDestinationType()
           
 String getExportDate()
           
 String getId()
           
 String getTitle()
           
 String getUrl()
           
 void setDestinationType(String destinationType)
           
 void setExportDate(String exportDate)
           
 void setUrl(String url)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TRExportMetadata

public TRExportMetadata()
Method Detail

getDestinationType

public String getDestinationType()

setDestinationType

public void setDestinationType(String destinationType)

getUrl

public String getUrl()

setUrl

public void setUrl(String url)

getExportDate

public String getExportDate()

setExportDate

public void setExportDate(String exportDate)

toString

public String toString()
Overrides:
toString in class Object

getId

public String getId()
Specified by:
getId in interface TRMetadata

getTitle

public String getTitle()
Specified by:
getTitle in interface TRMetadata


Copyright © 2013. All Rights Reserved.