deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

org.deegree.record.persistence.genericrecordstore.parsing
Class ReturnableProperties

java.lang.Object
  extended by org.deegree.record.persistence.genericrecordstore.parsing.ReturnableProperties

public class ReturnableProperties
extends Object

Properties that are just returnable by applicationprofiles such as ISO and Dublin Core.
E.g. the "creator" can not be queried but is an element in Dublin Core Metadata profile. So it has to be extracted from an insertable record.

Version:
$Revision: $, $Date: $
Author:
Steffen Thomas, last edited by: $Author: thomas $

Constructor Summary
ReturnableProperties()
           
 
Method Summary
 String getContributor()
           
 String getCreator()
           
 String getGraphicOverview()
           
 String getPublisher()
           
 List<String> getRelation()
           
 List<String> getRights()
           
 String getSource()
           
 void setContributor(String contributor)
           
 void setCreator(String creator)
           
 void setGraphicOverview(String graphicOverview)
           
 void setPublisher(String publisher)
           
 void setRelation(List<String> relation)
           
 void setRights(List<String> rights)
           
 void setSource(String source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReturnableProperties

public ReturnableProperties()
Method Detail

getCreator

public String getCreator()
Returns:
the creator

setCreator

public void setCreator(String creator)
Parameters:
creator - the creator to set

getPublisher

public String getPublisher()
Returns:
the publisher

setPublisher

public void setPublisher(String publisher)
Parameters:
publisher - the publisher to set

getContributor

public String getContributor()
Returns:
the contributor

setContributor

public void setContributor(String contributor)
Parameters:
contributor - the contributor to set

getGraphicOverview

public String getGraphicOverview()
Returns:
the graphicOverview

setGraphicOverview

public void setGraphicOverview(String graphicOverview)
Parameters:
graphicOverview - the graphicOverview to set

getRights

public List<String> getRights()
Returns:
the rights

setRights

public void setRights(List<String> rights)
Parameters:
rights - the rights to set

getSource

public String getSource()
Returns:
the source

setSource

public void setSource(String source)
Parameters:
source - the source to set

getRelation

public List<String> getRelation()
Returns:
the relation

setRelation

public void setRelation(List<String> relation)
Parameters:
relation - the relation to set

deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

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

]]>