public class Patent extends Reference
Constructor and Description |
---|
Patent(Long id,
String authors,
String title,
String year,
String patentNumber,
EnzymeViewConstant view,
EnzymeSourceConstant source)
Returns a
Patent instance. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Standard
equals() method. |
String |
getPatentNumber() |
int |
hashCode()
Generates a hash code for this object.
|
String |
toString()
Returns a string representation of this patent.
|
String |
toXML(int number,
boolean intenzTextXML) |
public Patent(Long id, String authors, String title, String year, String patentNumber, EnzymeViewConstant view, EnzymeSourceConstant source)
Patent
instance.id
- The pubIdauthors
- String containing all author names.title
- The title of the publication.year
- The year of the publication.patentNumber
- The patent number.Copyright © 2014 EMBL-EBI. All rights reserved.