Class BibRefAnnotation
- java.lang.Object
-
- ubic.gemma.model.common.description.BibRefAnnotation
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Keyword,MedicalSubjectHeading
public abstract class BibRefAnnotation extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BibRefAnnotation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)Returnstrueif the argument is an BibRefAnnotation instance and all identifiers for this entity equal the identifiers of the argument entity.LonggetId()BooleangetIsMajorTopic()StringgetTerm()inthashCode()voidsetId(Long id)voidsetIsMajorTopic(Boolean isMajorTopic)voidsetTerm(String term)
-