deegree 2.4 (2010/11/11 10:47 build-27-official)

org.deegree.portal.cataloguemanager.model
Class MetadataBean

java.lang.Object
  extended by org.deegree.portal.cataloguemanager.model.MetadataBean

public class MetadataBean
extends Object

Author:
Andreas Poth, last edited by: $Author: buesching $

Constructor Summary
MetadataBean()
           
 
Method Summary
 String getAbstract_()
           
 String getBegin()
           
 String getContactCity()
           
 String getContactCountry()
           
 String getContactDeliveryPoint()
           
 String getContactEmailAddress()
           
 String getContactFacsimile()
           
 String getContactIndividualName()
           
 String getContactOrganisationName()
           
 String getContactPostalCode()
           
 String getContactRole()
           
 String getContactVoice()
           
 String getCreation()
           
 String getCrs()
           
 String getDatasetTitle()
           
 String getEnd()
           
 String getGeogrDescription()
           
 String getHlevel()
           
 String getIdentifier()
           
 String getInspireDataTheme()
           
 List getKeywords()
           
 String getLineage()
           
 String getParentId()
           
 String getPocCity()
           
 String getPocCountry()
           
 String getPocDeliveryPoint()
           
 String getPocEmailAddress()
           
 String getPocFacsimile()
           
 String getPocIndividualName()
           
 String getPocOrganisationName()
           
 String getPocPostalCode()
           
 String getPocRole()
           
 String getPocVoice()
           
 String getPublication()
           
 String getRevision()
           
 String getScale()
           
 String getTopCat()
           
 String getTransferFormatName()
           
 String getTransferFormatVersion()
           
 String getTransferOnline()
           
 void setAbstract_(String abstract_)
           
 void setBegin(String begin)
           
 void setContactCity(String contactCity)
           
 void setContactCountry(String contactCountry)
           
 void setContactDeliveryPoint(String contactDeliveryPoint)
           
 void setContactEmailAddress(String contactEmailAddress)
           
 void setContactFacsimile(String contactFacsimile)
           
 void setContactIndividualName(String contactIndividualName)
           
 void setContactOrganisationName(String contactOrganisationName)
           
 void setContactPostalCode(String contactPostalCode)
           
 void setContactRole(String contactRole)
           
 void setContactVoice(String contactVoice)
           
 void setCreation(String creation)
           
 void setCrs(String crs)
           
 void setDatasetTitle(String datasetTitle)
           
 void setEnd(String end)
           
 void setGeogrDescription(String geogrDescription)
           
 void setHlevel(String hlevel)
           
 void setIdentifier(String identifier)
           
 void setInspireDataTheme(String inspireDataTheme)
           
 void setKeywords(List keywords)
           
 void setLineage(String linkage)
           
 void setParentId(String parentId)
           
 void setPocCity(String pocCity)
           
 void setPocCountry(String pocCountry)
           
 void setPocDeliveryPoint(String pocDeliveryPoint)
           
 void setPocEmailAddress(String pocEmailAddress)
           
 void setPocFacsimile(String pocFacsimile)
           
 void setPocIndividualName(String pocIndividualName)
           
 void setPocOrganisationName(String pocOrganisationName)
           
 void setPocPostalCode(String pocPostalCode)
           
 void setPocRole(String pocRole)
           
 void setPocVoice(String pocVoice)
           
 void setPublication(String publication)
           
 void setRevision(String revision)
           
 void setScale(String scale)
           
 void setTopCat(String topCat)
           
 void setTransferFormatName(String transferFormatName)
           
 void setTransferFormatVersion(String transferFormatVersion)
           
 void setTransferOnline(String transferOnline)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MetadataBean

public MetadataBean()
Method Detail

getAbstract_

public String getAbstract_()
Returns:
the abstract_

setAbstract_

public void setAbstract_(String abstract_)
Parameters:
abstract_ - the abstract_ to set

getBegin

public String getBegin()
Returns:
the begin

setBegin

public void setBegin(String begin)
Parameters:
begin - the begin to set

getContactCity

public String getContactCity()
Returns:
the contactCity

setContactCity

public void setContactCity(String contactCity)
Parameters:
contactCity - the contactCity to set

getContactCountry

public String getContactCountry()
Returns:
the contactCountry

setContactCountry

public void setContactCountry(String contactCountry)
Parameters:
contactCountry - the contactCountry to set

getContactDeliveryPoint

public String getContactDeliveryPoint()
Returns:
the contactDeliveryPoint

setContactDeliveryPoint

public void setContactDeliveryPoint(String contactDeliveryPoint)
Parameters:
contactDeliveryPoint - the contactDeliveryPoint to set

getContactEmailAddress

public String getContactEmailAddress()
Returns:
the contactEmailAddress

setContactEmailAddress

public void setContactEmailAddress(String contactEmailAddress)
Parameters:
contactEmailAddress - the contactEmailAddress to set

getContactFacsimile

public String getContactFacsimile()
Returns:
the contactFacsimile

setContactFacsimile

public void setContactFacsimile(String contactFacsimile)
Parameters:
contactFacsimile - the contactFacsimile to set

getContactIndividualName

public String getContactIndividualName()
Returns:
the contactIndividualName

setContactIndividualName

public void setContactIndividualName(String contactIndividualName)
Parameters:
contactIndividualName - the contactIndividualName to set

getContactOrganisationName

public String getContactOrganisationName()
Returns:
the contactOrganisationName

setContactOrganisationName

public void setContactOrganisationName(String contactOrganisationName)
Parameters:
contactOrganisationName - the contactOrganisationName to set

getContactPostalCode

public String getContactPostalCode()
Returns:
the contactPostalCode

setContactPostalCode

public void setContactPostalCode(String contactPostalCode)
Parameters:
contactPostalCode - the contactPostalCode to set

getContactRole

public String getContactRole()
Returns:
the contactRole

setContactRole

public void setContactRole(String contactRole)
Parameters:
contactRole - the contactRole to set

getContactVoice

public String getContactVoice()
Returns:
the contactVoice

setContactVoice

public void setContactVoice(String contactVoice)
Parameters:
contactVoice - the contactVoice to set

getCreation

public String getCreation()
Returns:
the creation

setCreation

public void setCreation(String creation)
Parameters:
creation - the creation to set

getCrs

public String getCrs()
Returns:
the crs

setCrs

public void setCrs(String crs)
Parameters:
crs - the crs to set

getDatasetTitle

public String getDatasetTitle()
Returns:
the datasetTitle

setDatasetTitle

public void setDatasetTitle(String datasetTitle)
Parameters:
datasetTitle - the datasetTitle to set

getEnd

public String getEnd()
Returns:
the end

setEnd

public void setEnd(String end)
Parameters:
end - the end to set

getGeogrDescription

public String getGeogrDescription()
Returns:
the geogrDescription

setGeogrDescription

public void setGeogrDescription(String geogrDescription)
Parameters:
geogrDescription - the geogrDescription to set

getHlevel

public String getHlevel()
Returns:
the hlevel

setHlevel

public void setHlevel(String hlevel)
Parameters:
hlevel - the hlevel to set

getIdentifier

public String getIdentifier()
Returns:
the idendifier

setIdentifier

public void setIdentifier(String identifier)
Parameters:
identifier - the idendifier to set

getKeywords

public List getKeywords()
Returns:
the keywords

setKeywords

public void setKeywords(List keywords)
Parameters:
keywords - the keywords to set

getParentId

public String getParentId()
Returns:
the parentId

setParentId

public void setParentId(String parentId)
Parameters:
parentId - the parentId to set

getPocCity

public String getPocCity()
Returns:
the pocCity

setPocCity

public void setPocCity(String pocCity)
Parameters:
pocCity - the pocCity to set

getPocCountry

public String getPocCountry()
Returns:
the pocCountry

setPocCountry

public void setPocCountry(String pocCountry)
Parameters:
pocCountry - the pocCountry to set

getPocDeliveryPoint

public String getPocDeliveryPoint()
Returns:
the pocDeliveryPoint

setPocDeliveryPoint

public void setPocDeliveryPoint(String pocDeliveryPoint)
Parameters:
pocDeliveryPoint - the pocDeliveryPoint to set

getPocEmailAddress

public String getPocEmailAddress()
Returns:
the pocEmailAddress

setPocEmailAddress

public void setPocEmailAddress(String pocEmailAddress)
Parameters:
pocEmailAddress - the pocEmailAddress to set

getPocFacsimile

public String getPocFacsimile()
Returns:
the pocFacsimile

setPocFacsimile

public void setPocFacsimile(String pocFacsimile)
Parameters:
pocFacsimile - the pocFacsimile to set

getPocIndividualName

public String getPocIndividualName()
Returns:
the pocIndividualName

setPocIndividualName

public void setPocIndividualName(String pocIndividualName)
Parameters:
pocIndividualName - the pocIndividualName to set

getPocOrganisationName

public String getPocOrganisationName()
Returns:
the pocOrganisationName

setPocOrganisationName

public void setPocOrganisationName(String pocOrganisationName)
Parameters:
pocOrganisationName - the pocOrganisationName to set

getPocPostalCode

public String getPocPostalCode()
Returns:
the pocPostalCode

setPocPostalCode

public void setPocPostalCode(String pocPostalCode)
Parameters:
pocPostalCode - the pocPostalCode to set

getPocRole

public String getPocRole()
Returns:
the pocRole

setPocRole

public void setPocRole(String pocRole)
Parameters:
pocRole - the pocRole to set

getPocVoice

public String getPocVoice()
Returns:
the pocVoice

setPocVoice

public void setPocVoice(String pocVoice)
Parameters:
pocVoice - the pocVoice to set

getPublication

public String getPublication()
Returns:
the publication

setPublication

public void setPublication(String publication)
Parameters:
publication - the publication to set

getRevision

public String getRevision()
Returns:
the revision

setRevision

public void setRevision(String revision)
Parameters:
revision - the revision to set

getScale

public String getScale()
Returns:
the scale

setScale

public void setScale(String scale)
Parameters:
scale - the scale to set

getTopCat

public String getTopCat()
Returns:
the topCat

setTopCat

public void setTopCat(String topCat)
Parameters:
topCat - the topCat to set

getLineage

public String getLineage()
Returns:
the lineage

setLineage

public void setLineage(String linkage)
Parameters:
lineage - the lineage to set

getInspireDataTheme

public String getInspireDataTheme()
Returns:
the inspireDataTheme

setInspireDataTheme

public void setInspireDataTheme(String inspireDataTheme)
Parameters:
inspireDataTheme - the inspireDataTheme to set

getTransferOnline

public String getTransferOnline()
Returns:
the transferOnline

setTransferOnline

public void setTransferOnline(String transferOnline)
Parameters:
transferOnline - the transferOnline to set

getTransferFormatName

public String getTransferFormatName()
Returns:
the transferFormatName

setTransferFormatName

public void setTransferFormatName(String transferFormatName)
Parameters:
transferFormatName - the transferFormatName to set

getTransferFormatVersion

public String getTransferFormatVersion()
Returns:
the transferFormatVersion

setTransferFormatVersion

public void setTransferFormatVersion(String transferFormatVersion)
Parameters:
transferFormatVersion - the transferFormatVersion to set

toString

public String toString()
Overrides:
toString in class Object

deegree 2.4 (2010/11/11 10:47 build-27-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org