public class BibTeXArticle extends Object implements Article
BibTex Article
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Constructor and Description |
|---|
BibTeXArticle(String text) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object obj) |
String |
get(String field) |
String |
getAbstract() |
String |
getBody() |
int |
getCategory()
Gets the label of the article
|
Date |
getDate() |
String |
getKey()
The unique string-based entry number of an article.
|
int |
getLength() |
String |
getMeta()
The meta data of an article refers to topical terms (often manually coded) for the articles
|
String |
getTitle() |
void |
set(String field,
String val) |
void |
setAbstract(String abt) |
void |
setBody(String body) |
void |
setCategory(int category) |
void |
setDate(Date date) |
void |
setKey(String key) |
void |
setLength(int length) |
void |
setMeta(String meta) |
void |
setTitle(String title) |
public BibTeXArticle(String text)
public int getCategory()
ArticlegetCategory in interface Articlepublic void setCategory(int category)
setCategory in interface Articlepublic String getMeta()
Articlepublic String getKey()
Articlepublic String getAbstract()
getAbstract in interface Articlepublic void setAbstract(String abt)
setAbstract in interface Articlepublic int compareTo(Object obj)
compareTo in interface ComparableCopyright © 2018 JULIE Lab, Germany. All rights reserved.