Project

General

Profile

« Previous | Next » 

Revision 6f5157ef

Added by Andreas Müller over 15 years ago

serial IDs

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/common/OriginalSource.java
39 39
@XmlRootElement(name = "OriginalSource")
40 40
@Entity
41 41
public class OriginalSource extends ReferencedEntityBase implements Cloneable{
42
	
42
	private static final long serialVersionUID = -1972959999261181462L;
43 43
	static Logger logger = Logger.getLogger(OriginalSource.class);
44 44
	
45 45
	//The object's ID in the source, where the alternative string comes from
cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/common/ReferencedEntityBase.java
39 39
@XmlRootElement(name = "ReferencedEntityBase")
40 40
@MappedSuperclass
41 41
public abstract class ReferencedEntityBase extends AnnotatableEntity implements IReferencedEntity {
42

  
42
	private static final long serialVersionUID = -5614669050360359126L;
43 43
	static Logger logger = Logger.getLogger(ReferencedEntityBase.class);
44 44

  
45 45
	//Details of the reference. These are mostly (implicitly) pages but can also be tables or any other element of a
cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/name/NomenclaturalStatus.java
38 38
})
39 39
@Entity
40 40
public class NomenclaturalStatus extends ReferencedEntityBase {
41
	
41
	private static final long serialVersionUID = -2451270405173131900L;
42 42
	static Logger logger = Logger.getLogger(NomenclaturalStatus.class);
43 43
	
44 44
	//The nomenclatural code rule considered. The article/note/recommendation in the code in question that is commented on in

Also available in: Unified diff