org.gcube.data.figis.tmplugin.repository.iterators
Class FigisRecord

java.lang.Object
  extended by org.gcube.data.figis.tmplugin.repository.iterators.FigisRecord

public class FigisRecord
extends Object

Author:
"Valentina Marioli valentina.marioli@isti.cnr.it"

Field Summary
 String area_text
           
 String diagnostic_features
           
 String factsheet_id
           
 String factsheet_url
           
 String family
           
 String habitat_bio
           
 String images
           
 String interest_fisheries
           
 String local_names
           
 String name_en
           
 String name_es
           
 String name_fr
           
 String personal_author
           
 String scientific_name
           
 String three_alpha_code
           
 String year
           
 
Constructor Summary
FigisRecord(ResultSet rs)
           
 
Method Summary
 String getArea_text()
          Returns area_text
 String getDiagnostic_features()
          Returns diagnostic_features
 String getFactsheet_id()
          Returns factsheet_id
 String getFactsheet_url()
          Returns factsheet_url
 String getFamily()
          Returns scientific name
 String getHabitat_bio()
          Returns habitat_bio
 String getImages()
          Returns url images
 String getInterest_fisheries()
          Returns interest_fisheries
 String getLocal_names()
          Returns local_names
 String getName_en()
          Returns the english name
 String getName_esd()
          Returns the spanish name
 String getName_fr()
          Returns the french name
 String getPersonal_author()
          Returns the author
 String getScientific_name()
          Returns scientific name
 String getThree_alpha_cod()
          Returns a three alpha code
 String getYear()
          Returns year
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

three_alpha_code

public String three_alpha_code

name_en

public String name_en

name_fr

public String name_fr

name_es

public String name_es

images

public String images

scientific_name

public String scientific_name

family

public String family

personal_author

public String personal_author

year

public String year

diagnostic_features

public String diagnostic_features

area_text

public String area_text

habitat_bio

public String habitat_bio

interest_fisheries

public String interest_fisheries

local_names

public String local_names

factsheet_url

public String factsheet_url

factsheet_id

public String factsheet_id
Constructor Detail

FigisRecord

public FigisRecord(ResultSet rs)
            throws SQLException
Throws:
SQLException
Method Detail

getThree_alpha_cod

public String getThree_alpha_cod()
Returns a three alpha code

Returns:
the three alpha code

getName_en

public String getName_en()
Returns the english name

Returns:
english common name

getName_fr

public String getName_fr()
Returns the french name

Returns:
french common name

getName_esd

public String getName_esd()
Returns the spanish name

Returns:
spanish common name

getImages

public String getImages()
Returns url images

Returns:
images

getScientific_name

public String getScientific_name()
Returns scientific name

Returns:
the scientific name

getFamily

public String getFamily()
Returns scientific name

Returns:
the scientific name

getPersonal_author

public String getPersonal_author()
Returns the author

Returns:
the author

getYear

public String getYear()
Returns year

Returns:
year

getDiagnostic_features

public String getDiagnostic_features()
Returns diagnostic_features

Returns:
the diagnostic_features

getArea_text

public String getArea_text()
Returns area_text

Returns:
the area_text

getHabitat_bio

public String getHabitat_bio()
Returns habitat_bio

Returns:
habitat_bio

getInterest_fisheries

public String getInterest_fisheries()
Returns interest_fisheries

Returns:
interest_fisheries

getLocal_names

public String getLocal_names()
Returns local_names

Returns:
the local_names

getFactsheet_url

public String getFactsheet_url()
Returns factsheet_url

Returns:
the factsheet_url

getFactsheet_id

public String getFactsheet_id()
Returns factsheet_id

Returns:
the factsheet_id


Copyright © 2013. All Rights Reserved.