Project

General

Profile

« Previous | Next » 

Revision 93ad7e54

Added by Andreas Müller over 4 years ago

fix #8673 Add CdmLinkSource to OriginalSourceBase

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/common/IntextReference.java
23 23
import eu.etaxonomy.cdm.model.media.Media;
24 24
import eu.etaxonomy.cdm.model.name.TaxonName;
25 25
import eu.etaxonomy.cdm.model.occurrence.SpecimenOrObservationBase;
26
import eu.etaxonomy.cdm.model.reference.CdmLinkSource;
26 27
import eu.etaxonomy.cdm.model.reference.OriginalSourceBase;
27 28
import eu.etaxonomy.cdm.model.reference.Reference;
28 29
import eu.etaxonomy.cdm.model.taxon.TaxonBase;
......
39 40
 * @see #4706
40 41
 *
41 42
 * @author a.mueller
42
 *
43 43
 */
44 44
@XmlAccessorType(XmlAccessType.FIELD)
45 45
@XmlType(name = "IntextReference", propOrder = {
......
58 58
})
59 59
@Entity
60 60
@Audited
61
public class IntextReference extends VersionableEntity {
62
	private static final long serialVersionUID = -7002541566256975424L;
61
public class IntextReference extends CdmLinkBase {
62

  
63
    private static final long serialVersionUID = -7002541566256975424L;
63 64

  
64 65
    @XmlElement(name = "TaxonName")
65 66
    @XmlIDREF
......
230 231
    * Returns the target object. Throws an {@link IllegalStateException} if no target
231 232
    * is defined.
232 233
    *
233
    * @return
234
    * @see CdmLinkSource#getTarget()
234 235
    */
235 236
   public IIntextReferenceTarget getTarget() {
236 237
       if (agent != null){

Also available in: Unified diff