org.tridas.io.formats.belfastapple
Class BelfastAppleFile

java.lang.Object
  extended by org.tridas.io.formats.belfastapple.BelfastAppleFile
All Implemented Interfaces:
IDendroFile

public class BelfastAppleFile
extends Object
implements IDendroFile


Constructor Summary
BelfastAppleFile(IMetadataFieldSet argDefaults, AbstractDendroCollectionWriter argWriter)
           
 
Method Summary
 IMetadataFieldSet getDefaults()
          Gets the defaults that this file uses to save the file
 String getExtension()
          Gets the extension to use for saving this file.
 org.tridas.interfaces.ITridasSeries[] getSeries()
          Get the series list.
 String[] saveToString()
          Saves the file to strings.
 void setObjectTitle(String title)
          Set the object title
 void setSampleTitle(String title)
          Set the sample title
 void setSeries(org.tridas.interfaces.ITridasSeries series)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BelfastAppleFile

public BelfastAppleFile(IMetadataFieldSet argDefaults,
                        AbstractDendroCollectionWriter argWriter)
Method Detail

setObjectTitle

public void setObjectTitle(String title)
                    throws ConversionWarningException
Set the object title

Parameters:
title -
Throws:
ConversionWarningException

setSampleTitle

public void setSampleTitle(String title)
                    throws ConversionWarningException
Set the sample title

Parameters:
title -
Throws:
ConversionWarningException

setSeries

public void setSeries(org.tridas.interfaces.ITridasSeries series)
               throws ConversionWarningException
Throws:
ConversionWarningException

getExtension

public String getExtension()
Description copied from interface: IDendroFile
Gets the extension to use for saving this file.

Specified by:
getExtension in interface IDendroFile
Returns:

getSeries

public org.tridas.interfaces.ITridasSeries[] getSeries()
Description copied from interface: IDendroFile
Get the series list.

Specified by:
getSeries in interface IDendroFile
Returns:

saveToString

public String[] saveToString()
Description copied from interface: IDendroFile
Saves the file to strings.

Specified by:
saveToString in interface IDendroFile
Returns:

getDefaults

public IMetadataFieldSet getDefaults()
Description copied from interface: IDendroFile
Gets the defaults that this file uses to save the file

Specified by:
getDefaults in interface IDendroFile
Returns:
See Also:
IDendroFile.getDefaults()


Copyright © 2011. All Rights Reserved.