public interface Article extends Comparable
Interface of Article which is the unit of collections
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Modifier and Type | Method and Description |
|---|---|
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 |
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) |
compareToint getCategory()
void setCategory(int category)
String getTitle()
void setTitle(String title)
String getMeta()
void setMeta(String meta)
String getKey()
void setKey(String key)
String getAbstract()
void setAbstract(String abt)
String getBody()
void setBody(String body)
Date getDate()
void setDate(Date date)
int getLength()
void setLength(int length)
Copyright © 2018 JULIE Lab, Germany. All rights reserved.