Project

General

Profile

« Previous | Next » 

Revision 892efc69

Added by Andreas Kohlbecker almost 14 years ago

merging /branches/cdmlib/SPRINT-Chichorieae1/ to trunk

View differences:

cdmlib-remote/src/main/java/eu/etaxonomy/cdm/remote/dto/oaipmh/OaiDc.java
60 60
    @XmlElement(namespace = "http://purl.org/dc/elements/1.1/")
61 61
    private String coverage;
62 62
    
63
    @XmlElement(namespace = "http://purl.org/dc/elements/1.1/")
64
    private String rights;
65
    
63 66
    public String getTitle() {
64 67
		return title;
65 68
	}
......
147 150
	public void setRights(String rights) {
148 151
		this.rights = rights;
149 152
	}
150

  
151
	@XmlElement(namespace = "http://purl.org/dc/elements/1.1/")
152
    private String rights;
153 153
}

Also available in: Unified diff