org.deegree.metadata.iso.parsing
Class ReturnableProperties

java.lang.Object
  extended by org.deegree.metadata.iso.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: 30651 $, $Date: 2011-05-05 11:40:31 +0200 (Do, 05. Mai 2011) $
Author:
Steffen Thomas, last edited by: $Author: mschneider $

Constructor Summary
ReturnableProperties()
           
 
Method Summary
 String getContributor()
           
 String getCreator()
           
 String getGraphicOverview()
           
 String getPublisher()
           
 List<String> getRelation()
           
 List<String> getRights()
           
 String getSource()
           
 List<String> getSources()
           
 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 setSources(List<String> sources)
           
 
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 firstsource

getSources

public List<String> getSources()
Returns:
the sources

setSources

public void setSources(List<String> sources)
Parameters:
sources - the sources to set

getRelation

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

setRelation

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


Copyright © 2011. All Rights Reserved.