Project

General

Profile

« Previous | Next » 

Revision f754b469

Added by Katja Luther almost 15 years ago

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/media/Rights.java
63 63
	@XmlIDREF
64 64
	@XmlSchemaType(name = "IDREF")
65 65
	@ManyToOne(fetch = FetchType.LAZY)
66
	private RightsType type;
66
	private RightsTerm type;
67 67
	
68 68
	// owner etc as defined by the rightstype
69 69
	@XmlElement(name = "Agent")
......
105 105
		super(text, language);
106 106
	}
107 107

  
108
	public RightsType getType(){
108
	public RightsTerm getType(){
109 109
		return this.type;
110 110
	}
111 111
	
112
	public void setType(RightsType type){
112
	public void setType(RightsTerm type){
113 113
		this.type = type;
114 114
	}
115 115

  

Also available in: Unified diff