gov.llnl.ontology.text.corpora
Class NYTCorpusDocument

java.lang.Object
  extended by gov.llnl.ontology.text.corpora.NYTCorpusDocument
All Implemented Interfaces:
Document

public class NYTCorpusDocument
extends Object
implements Document

NYTimesLDCDocument
Created: Jun 17, 2008
Author: Evan Sandhaus (sandhes@nytimes.com)

This class represents a New York Times Corpus Document. See field comments for individual field description.

Author:
Evan Sandhaus

Field Summary
protected  URL alternateURL
          This field specifies the location on nytimes.com of the article.
protected  String articleAbstract
          This field is a summary of the article written by the New York Times Indexing Service.
protected  String authorBiography
          This field specifies the biography of the author of the article.
protected  String banner
          The banner field is used to indicate if there has been additional information appended to the articles since its publication.
protected  List<String> biographicalCategories
          When present, the biographical category field generally indicates that a document focuses on a particular individual.
protected  String body
          The body field is the text content of the article.
protected  String byline
          This field specifies the byline of the article as it appeared in the print edition of the New York Times.
protected  String columnName
          If the article is part of a regular column, this field specifies the name of that column.
protected  Integer columnNumber
          This field specifies the column in which the article starts in the print paper.
static String CORPUS_NAME
          The corpus name for any Document returned by this class.
protected  Date correctionDate
          This field specifies the date on which a correction was made to the article.
protected  String correctionText
          For articles corrected following publication, this field specifies the correction.
protected  String credit
          This field indicates the entity that produced the editorial content of this document.
protected  String dateline
          The �dateline� field is the dateline of the article.
protected  String dayOfWeek
          This field specifies the day of week on which the article was published.
protected  List<String> descriptors
          The �descriptors� field specifies a list of descriptive terms drawn from a normalized controlled vocabulary corresponding to subjects mentioned in the article.
protected  String featurePage
          The
protected  List<String> generalOnlineDescriptors
          The �general online descriptors� field specifies a list of descriptors that are at a higher level of generality than the other tags associated with the article.
protected  int guid
          The GUID field specifies a an integer that is guaranteed to be unique for every document in the corpus.
protected  String headline
          This field specifies the headline of the article as it appeared in the print edition of the New York Times.
protected  String kicker
          The kicker is an additional piece of information printed as an accompaniment to a news headline.
protected  String leadParagraph
          The �lead Paragraph� field is the lead paragraph of the article.
protected  List<String> locations
          The �locations� field specifies a list of geographic descriptors drawn from a normalized controlled vocabulary that correspond to places mentioned in the article.
protected  List<String> names
          The �names� field specifies a list of names mentioned in the article.
protected  String newsDesk
          This field specifies the desk in the New York Times newsroom that produced the article.
protected  String normalizedByline
          The Normalized Byline field is the byline normalized to the form (last name, first name).
protected  List<String> onlineDescriptors
          This field specifies a list of descriptors from a normalized controlled vocabulary that correspond to topics mentioned in the article.
protected  String onlineHeadline
          This field specifies the headline displayed with the article on nytimes.com.
protected  String onlineLeadParagraph
          This field specifies the lead paragraph as defined by the producers at nytimes.com.
protected  List<String> onlineLocations
          This field specifies a list of place names that correspond to geographic locations mentioned in the article.
protected  List<String> onlineOrganizations
          This field specifies a list of organizations that correspond to organizations mentioned in the article.
protected  List<String> onlinePeople
          This field specifies a list of people that correspond to individuals mentioned in the article.
protected  String onlineSection
          This field specifies the section(s) on nytimes.com in which the article is placed.
protected  List<String> onlineTitles
          This field specifies a list of authored works mentioned in the article.
protected  List<String> organizations
          This field specifies a list of organization names drawn from a normalized controlled vocabulary that correspond to organizations mentioned in the article.
protected  String originalText
          The original xml text for this Document.
protected  Integer page
          This field specifies the page of the section in the paper in which the article appears.
protected  List<String> people
          This field specifies a list of people from a normalized controlled vocabulary that correspond to individuals mentioned in the article.
protected  Date publicationDate
          This field specifies the date of the article�s publication.
protected  Integer publicationDayOfMonth
          This field specifies the day of the month on which the article was published, always in the range 1-31.
protected  Integer publicationMonth
          This field specifies the month on which the article was published in the range 1-12 where 1 is January 2 is February etc.
protected  Integer publicationYear
          This field specifies the year in which the article was published.
protected  String section
          This field specifies the section of the paper in which the article appears.
protected  String seriesName
          If the article is part of a regular series, this field specifies the name of that column.
protected  String slug
          The slug is a short string that uniquely identifies an article from all other articles published on the same day.
protected  File sourceFile
          The file from which this object was read.
protected  List<String> taxonomicClassifiers
          This field specifies a list of taxonomic classifiers that place this article into a hierarchy of articles.
protected  List<String> titles
          This field specifies a list of authored works that correspond to works mentioned in the article.
protected  List<String> typesOfMaterial
          This field specifies a normalized list of terms describing the general editorial category of the article.
protected  URL url
          This field specifies the location on nytimes.com of the article.
protected  Integer wordCount
          This field specifies the number of words in the body of the article, including the lead paragraph.
 
Constructor Summary
NYTCorpusDocument()
           
 
Method Summary
 Set<String> categories()
          Returns the set of categories that this document has, if any.
 URL getAlternateURL()
          Accessor for the alternateURL property.
 String getArticleAbstract()
          Accessor for the articleAbstract property.
 String getAuthorBiography()
          Accessor for the authorBiography property.
 String getBanner()
          Accessor for the banner property.
 List<String> getBiographicalCategories()
          Accessor for the biographicalCategories property.
 String getBody()
          Accessor for the body property.
 String getByline()
          Accessor for the byline property.
 String getColumnName()
          Accessor for the columnName property.
 Integer getColumnNumber()
          Accessor for the columnNumber property.
 Date getCorrectionDate()
          Accessor for the correctionDate property.
 String getCorrectionText()
          Accessor for the correctionText property.
 String getCredit()
          Accessor for the credit property.
 String getDateline()
          Accessor for the dateline property.
 String getDayOfWeek()
          Accessor for the dayOfWeek property.
 List<String> getDescriptors()
          Accessor for the descriptors property.
 String getFeaturePage()
          Accessor for the featurePage property.
 List<String> getGeneralOnlineDescriptors()
          Accessor for the generalOnlineDescriptors property.
 int getGuid()
          Accessor for the guid property.
 String getHeadline()
          Accessor for the headline property.
 String getKicker()
          Accessor for the kicker property.
 String getLeadParagraph()
          Accessor for the leadParagraph property.
 List<String> getLocations()
          Accessor for the locations property.
 List<String> getNames()
          Accessor for the names property.
 String getNewsDesk()
          Accessor for the newsDesk property.
 String getNormalizedByline()
          Accessor for the normalizedByline property.
 List<String> getOnlineDescriptors()
          Accessor for the onlineDescriptors property.
 String getOnlineHeadline()
          Accessor for the onlineHeadline property.
 String getOnlineLeadParagraph()
          Accessor for the onlineLeadParagraph property.
 List<String> getOnlineLocations()
          Accessor for the onlineLocations property.
 List<String> getOnlineOrganizations()
          Accessor for the onlineOrganizations property.
 List<String> getOnlinePeople()
          Accessor for the onlinePeople property.
 String getOnlineSection()
          Accessor for the onlineSection property.
 List<String> getOnlineTitles()
          Accessor for the onlineTitles property.
 List<String> getOrganizations()
          Accessor for the organizations property.
 Integer getPage()
          Accessor for the page property.
 List<String> getPeople()
          Accessor for the people property.
 Date getPublicationDate()
          Accessor for the publicationDate property.
 Integer getPublicationDayOfMonth()
          Accessor for the publicationDayOfMonth property.
 Integer getPublicationMonth()
          Accessor for the publicationMonth property.
 Integer getPublicationYear()
          Accessor for the publicationYear property.
 String getSection()
          Accessor for the section property.
 String getSeriesName()
          Accessor for the seriesName property.
 String getSlug()
          Accessor for the slug property.
 File getSourceFile()
          Accessor for the sourceFile property.
 List<String> getTaxonomicClassifiers()
          Accessor for the taxonomicClassifiers property.
 List<String> getTitles()
          Accessor for the titles property.
 List<String> getTypesOfMaterial()
          Accessor for the typesOfMaterial property.
 URL getUrl()
          Accessor for the url property.
 Integer getWordCount()
          Accessor for the wordCount property.
 long id()
          Returns a unique identifier for this document.
 String key()
          Returns a string name of this document.
 String originalText()
          Returns the original, uncleaned text.
 String rawText()
          Returns the raw text of the corpus.
 void setAlternateURL(URL alternateURL)
          Setter for the alternateURL property.
 void setArticleAbstract(String articleAbstract)
          Setter for the articleAbstract property.
 void setAuthorBiography(String authorBiography)
          Setter for the authorBiography property.
 void setBanner(String banner)
          Setter for the banner property.
 void setBiographicalCategories(List<String> biographicalCategories)
          Setter for the biographicalCategories property.
 void setBody(String body)
          Setter for the body property.
 void setByline(String byline)
          Setter for the byline property.
 void setColumnName(String columnName)
          Setter for the columnName property.
 void setColumnNumber(Integer columnNumber)
          Setter for the columnNumber property.
 void setCorrectionDate(Date correctionDate)
          Setter for the correctionDate property.
 void setCorrectionText(String correctionText)
          Setter for the correctionText property.
 void setCredit(String credit)
          Setter for the credit property.
 void setDateline(String dateline)
          Setter for the dateline property.
 void setDayOfWeek(String dayOfWeek)
          Setter for the dayOfWeek property.
 void setDescriptors(List<String> descriptors)
          Setter for the descriptors property.
 void setFeaturePage(String featurePage)
          Setter for the featurePage property.
 void setGeneralOnlineDescriptors(List<String> generalOnlineDescriptors)
          Setter for the generalOnlineDescriptors property.
 void setGuid(int guid)
          Setter for the guid property.
 void setHeadline(String headline)
          Setter for the headline property.
 void setKicker(String kicker)
          Setter for the kicker property.
 void setLeadParagraph(String leadParagraph)
          Setter for the leadParagraph property.
 void setLocations(List<String> locations)
          Setter for the locations property.
 void setNames(List<String> names)
          Setter for the names property.
 void setNewsDesk(String newsDesk)
          Setter for the newsDesk property.
 void setNormalizedByline(String normalizedByline)
          Setter for the normalizedByline property.
 void setOnlineDescriptors(List<String> onlineDescriptors)
          Setter for the onlineDescriptors property.
 void setOnlineHeadline(String onlineHeadline)
          Setter for the onlineHeadline property.
 void setOnlineLeadParagraph(String onlineLeadParagraph)
          Setter for the onlineLeadParagraph property.
 void setOnlineLocations(List<String> onlineLocations)
          Setter for the onlineLocations property.
 void setOnlineOrganizations(List<String> onlineOrganizations)
          Setter for the onlineOrganizations property.
 void setOnlinePeople(List<String> onlinePeople)
          Setter for the onlinePeople property.
 void setOnlineSection(String onlineSection)
          Setter for the onlineSection property.
 void setOnlineTitles(List<String> onlineTitles)
          Setter for the onlineTitles property.
 void setOrganizations(List<String> organizations)
          Setter for the organizations property.
 void setOriginalText(String text)
          Setter for the original text.
 void setPage(Integer page)
          Setter for the page property.
 void setPeople(List<String> people)
          Setter for the people property.
 void setPublicationDate(Date publicationDate)
          Setter for the publicationDate property.
 void setPublicationDayOfMonth(Integer publicationDayOfMonth)
          Setter for the publicationDayOfMonth property.
 void setPublicationMonth(Integer publicationMonth)
          Setter for the publicationMonth property.
 void setPublicationYear(Integer publicationYear)
          Setter for the publicationYear property.
 void setSection(String section)
          Setter for the section property.
 void setSeriesName(String seriesName)
          Setter for the seriesName property.
 void setSlug(String slug)
          Setter for the slug property.
 void setSourceFile(File sourceFile)
          Setter for the sourceFile property.
 void setTaxonomicClassifiers(List<String> taxonomicClassifiers)
          Setter for the taxonomicClassifiers property.
 void setTitles(List<String> titles)
          Setter for the titles property.
 void setTypesOfMaterial(List<String> typesOfMaterial)
          Setter for the typesOfMaterial property.
 void setUrl(URL url)
          Setter for the url property.
 void setWordCount(Integer wordCount)
          Setter for the wordCount property.
 String sourceCorpus()
          Returns the name of the source corpus.
 String title()
          Returns the title of this document, if any exists.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CORPUS_NAME

public static final String CORPUS_NAME
The corpus name for any Document returned by this class.

See Also:
Constant Field Values

alternateURL

protected URL alternateURL
This field specifies the location on nytimes.com of the article. When present, this URL is preferred to the URL field on articles published on or after April 02, 2006, as the linked page will have richer content.


articleAbstract

protected String articleAbstract
This field is a summary of the article written by the New York Times Indexing Service.


authorBiography

protected String authorBiography
This field specifies the biography of the author of the article. Generally, this field is specified for guest authors not for New York Times reporters. When this field is specified for Times reporters, it is usually used to provide the author's email address.


banner

protected String banner
The banner field is used to indicate if there has been additional information appended to the articles since its publication. Examples of banners include ('Correction Appended' and 'Editor's Note Appended').


biographicalCategories

protected List<String> biographicalCategories
When present, the biographical category field generally indicates that a document focuses on a particular individual. The value of the field indicates the area or category in which this individual is best known. This field is most often defined for Obituaries and Book Reviews. These tags are hand-assigned by a team of library scientists working for the New York Times Indexing service.
  1. Politics and Government (U.S.)
  2. Books and Magazines
  3. Royalty


body

protected String body
The body field is the text content of the article. Please note that this value includes the lead paragraph.


byline

protected String byline
This field specifies the byline of the article as it appeared in the print edition of the New York Times. Please note that not every article in this collection has a byline, as editorials and other types of articles are generally unsigned.

Sample byline:


columnName

protected String columnName
If the article is part of a regular column, this field specifies the name of that column.

Sample Column Names:

  1. World News Briefs
  2. WEDDINGS
  3. The Accessories Channel


columnNumber

protected Integer columnNumber
This field specifies the column in which the article starts in the print paper. A typical printed page in the paper has six columns numbered from right to left. As a consequence most, but not all, of the values for this field fall in the range 1-6.


correctionDate

protected Date correctionDate
This field specifies the date on which a correction was made to the article. Generally, if the correction date is specified, the correction text will also be specified (and vice versa).


correctionText

protected String correctionText
For articles corrected following publication, this field specifies the correction. Generally, if the correction text is specified, the correction date will also be specified (and vice versa).


credit

protected String credit
This field indicates the entity that produced the editorial content of this document. For this collection, the credit will always be set to 'The New York Times'.


dateline

protected String dateline
The �dateline� field is the dateline of the article. Generally a dateline is the name of the geographic location from which the article was filed followed by a comma and the month and day of the filing.

Sample datelines:

Please note:
  1. The dateline location is the location from which the article was filed. Often times this location is related to the content of the article, but this is not guaranteed.
  2. The date specified for the dateline is often but not always the day previous to the publication date.
  3. The date is usually but not always specified.


dayOfWeek

protected String dayOfWeek
This field specifies the day of week on which the article was published.


descriptors

protected List<String> descriptors
The �descriptors� field specifies a list of descriptive terms drawn from a normalized controlled vocabulary corresponding to subjects mentioned in the article. These tags are hand-assigned by a team of library scientists working in the New York Times Indexing service.

Examples Include:

  1. ECONOMIC CONDITIONS AND TRENDS
  2. AIRPLANES
  3. VIOLINS


featurePage

protected String featurePage
The


generalOnlineDescriptors

protected List<String> generalOnlineDescriptors
The �general online descriptors� field specifies a list of descriptors that are at a higher level of generality than the other tags associated with the article. These tags are algorithmically assigned and manually verified by nytimes.com production staff.

Examples Include:

  1. Surfing
  2. Venice Biennale
  3. Ranches


guid

protected int guid
The GUID field specifies a an integer that is guaranteed to be unique for every document in the corpus.


headline

protected String headline
This field specifies the headline of the article as it appeared in the print edition of the New York Times.


kicker

protected String kicker
The kicker is an additional piece of information printed as an accompaniment to a news headline.


leadParagraph

protected String leadParagraph
The �lead Paragraph� field is the lead paragraph of the article. Generally this field is populated with the first two paragraphs from the article.


locations

protected List<String> locations
The �locations� field specifies a list of geographic descriptors drawn from a normalized controlled vocabulary that correspond to places mentioned in the article. These tags are hand-assigned by a team of library scientists working for the New York Times Indexing service.

Examples Include:

  1. Wellsboro (Pa)
  2. Kansas City (Kan)
  3. Park Slope (NYC)


names

protected List<String> names
The �names� field specifies a list of names mentioned in the article. These tags are hand-assigned by a team of library scientists working for the New York Times Indexing service.

Examples Include:

  1. Azza Fahmy
  2. George C. Izenour
  3. Chris Schenkel


newsDesk

protected String newsDesk
This field specifies the desk in the New York Times newsroom that produced the article. The desk is related to, but is not the same as the section in which the article appears.


normalizedByline

protected String normalizedByline
The Normalized Byline field is the byline normalized to the form (last name, first name).


onlineDescriptors

protected List<String> onlineDescriptors
This field specifies a list of descriptors from a normalized controlled vocabulary that correspond to topics mentioned in the article. These tags are algorithmically assigned and manually verified by nytimes.com production staff.

Examples Include:

  1. Marriages
  2. Parks and Other Recreation Areas
  3. Cooking and Cookbooks


onlineHeadline

protected String onlineHeadline
This field specifies the headline displayed with the article on nytimes.com. Often this differs from the headline used in print.


onlineLeadParagraph

protected String onlineLeadParagraph
This field specifies the lead paragraph as defined by the producers at nytimes.com.


onlineLocations

protected List<String> onlineLocations
This field specifies a list of place names that correspond to geographic locations mentioned in the article. These tags are algorithmically assigned and manually verified by nytimes.com production staff.

Examples Include:

  1. Hollywood
  2. Los Angeles
  3. Arcadia


onlineOrganizations

protected List<String> onlineOrganizations
This field specifies a list of organizations that correspond to organizations mentioned in the article. These tags are algorithmically assigned and manually verified by nytimes.com production staff.

Examples Include:

  1. Nintendo Company Limited
  2. Yeshiva University
  3. Rose Center


onlinePeople

protected List<String> onlinePeople
This field specifies a list of people that correspond to individuals mentioned in the article. These tags are algorithmically assigned and manually verified by nytimes.com production staff.

Examples Include:

  1. Lopez, Jennifer
  2. Joyce, James
  3. Robinson, Jackie


onlineSection

protected String onlineSection
This field specifies the section(s) on nytimes.com in which the article is placed. If the article is placed in multiple sections, this field will be specified as a �;� delineated list.


onlineTitles

protected List<String> onlineTitles
This field specifies a list of authored works mentioned in the article. These tags are algorithmically assigned and manually verified by nytimes.com production staff.

Examples Include:

  1. Matchstick Men (Movie)
  2. Blades of Glory (Movie)
  3. Bridge & Tunnel (Play)


organizations

protected List<String> organizations
This field specifies a list of organization names drawn from a normalized controlled vocabulary that correspond to organizations mentioned in the article. These tags are hand-assigned by a team of library scientists working in the New York Times Indexing service.

Examples Include:

  1. Circuit City Stores Inc
  2. Delaware County Community College (Pa)
  3. CONNECTICUT GRAND OPERA


page

protected Integer page
This field specifies the page of the section in the paper in which the article appears. This is not an absolute pagination. An article that appears on page 3 in section A occurs in the physical paper before an article that occurs on page 1 of section F.


people

protected List<String> people
This field specifies a list of people from a normalized controlled vocabulary that correspond to individuals mentioned in the article. These tags are hand-assigned by a team of library scientists working in the New York Times Indexing service.

Examples Include:

  1. REAGAN, RONALD WILSON (PRES)
  2. BEGIN, MENACHEM (PRIME MIN)
  3. COLLINS, GLENN


publicationDate

protected Date publicationDate
This field specifies the date of the article�s publication.


publicationDayOfMonth

protected Integer publicationDayOfMonth
This field specifies the day of the month on which the article was published, always in the range 1-31.


publicationMonth

protected Integer publicationMonth
This field specifies the month on which the article was published in the range 1-12 where 1 is January 2 is February etc.


publicationYear

protected Integer publicationYear
This field specifies the year in which the article was published. This value is in the range 1987-2007 for this collection.


section

protected String section
This field specifies the section of the paper in which the article appears. This is not the name of the section, but rather a letter or number that indicates the section.


seriesName

protected String seriesName
If the article is part of a regular series, this field specifies the name of that column.


slug

protected String slug
The slug is a short string that uniquely identifies an article from all other articles published on the same day. Please note, however, that different articles on different days may have the same slug.


sourceFile

protected File sourceFile
The file from which this object was read.


taxonomicClassifiers

protected List<String> taxonomicClassifiers
This field specifies a list of taxonomic classifiers that place this article into a hierarchy of articles. The individual terms of each taxonomic classifier are separated with the '/' character. These tags are algorithmically assigned and manually verified by nytimes.com production staff. These tags are algorithmically assigned and manually verified by nytimes.com production staff.

Examples Include:

  1. Top/Features/Travel/Guides/Destinations/North America/United States/Arizona
  2. Top/News/U.S./Rockies
  3. Top/Opinion


titles

protected List<String> titles
This field specifies a list of authored works that correspond to works mentioned in the article. These tags are hand-assigned by a team of library scientists working in the New York Times Indexing service.

Examples Include:

  1. Greystoke: The Legend of Tarzan, Lord of the Apes (Movie)
  2. Law & Order (TV Program)
  3. BATTLEFIELD EARTH (BOOK)


typesOfMaterial

protected List<String> typesOfMaterial
This field specifies a normalized list of terms describing the general editorial category of the article. These tags are algorithmically assigned and manually verified by nytimes.com production staff.

Examples Include:

  1. REVIEW
  2. OBITUARY
  3. ANALYSIS


url

protected URL url
This field specifies the location on nytimes.com of the article. The �Alternative Url� field is preferred to this field on articles published on or after April 02, 2006, as the linked page will have richer content.


wordCount

protected Integer wordCount
This field specifies the number of words in the body of the article, including the lead paragraph.


originalText

protected String originalText
The original xml text for this Document.

Constructor Detail

NYTCorpusDocument

public NYTCorpusDocument()
Method Detail

sourceCorpus

public String sourceCorpus()
Returns the name of the source corpus.

Specified by:
sourceCorpus in interface Document

rawText

public String rawText()
Returns the raw text of the corpus.

Specified by:
rawText in interface Document

originalText

public String originalText()
Returns the original, uncleaned text.

Specified by:
originalText in interface Document

key

public String key()
Returns a string name of this document.

Specified by:
key in interface Document

id

public long id()
Returns a unique identifier for this document.

Specified by:
id in interface Document

title

public String title()
Returns the title of this document, if any exists..

Specified by:
title in interface Document

categories

public Set<String> categories()
Returns the set of categories that this document has, if any.

Specified by:
categories in interface Document

getAlternateURL

public URL getAlternateURL()
Accessor for the alternateURL property.

Returns:
the alternateURL

getArticleAbstract

public String getArticleAbstract()
Accessor for the articleAbstract property.

Returns:
the articleAbstract

getAuthorBiography

public String getAuthorBiography()
Accessor for the authorBiography property.

Returns:
the authorBiography

getBanner

public String getBanner()
Accessor for the banner property.

Returns:
the banner

getBiographicalCategories

public List<String> getBiographicalCategories()
Accessor for the biographicalCategories property.

Returns:
the biographicalCategories

getBody

public String getBody()
Accessor for the body property.

Returns:
the body

getByline

public String getByline()
Accessor for the byline property.

Returns:
the byline

getColumnName

public String getColumnName()
Accessor for the columnName property.

Returns:
the columnName

getColumnNumber

public Integer getColumnNumber()
Accessor for the columnNumber property.

Returns:
the columnNumber

getCorrectionDate

public Date getCorrectionDate()
Accessor for the correctionDate property.

Returns:
the correctionDate

getCorrectionText

public String getCorrectionText()
Accessor for the correctionText property.

Returns:
the correctionText

getCredit

public String getCredit()
Accessor for the credit property.

Returns:
the credit

getDateline

public String getDateline()
Accessor for the dateline property.

Returns:
the dateline

getDayOfWeek

public String getDayOfWeek()
Accessor for the dayOfWeek property.

Returns:
the dayOfWeek

getDescriptors

public List<String> getDescriptors()
Accessor for the descriptors property.

Returns:
the descriptors

getFeaturePage

public String getFeaturePage()
Accessor for the featurePage property.

Returns:
the featurePage

getGeneralOnlineDescriptors

public List<String> getGeneralOnlineDescriptors()
Accessor for the generalOnlineDescriptors property.

Returns:
the generalOnlineDescriptors

getGuid

public int getGuid()
Accessor for the guid property.

Returns:
the guid

getHeadline

public String getHeadline()
Accessor for the headline property.

Returns:
the headline

getKicker

public String getKicker()
Accessor for the kicker property.

Returns:
the kicker

getLeadParagraph

public String getLeadParagraph()
Accessor for the leadParagraph property.

Returns:
the leadParagraph

getLocations

public List<String> getLocations()
Accessor for the locations property.

Returns:
the locations

getNames

public List<String> getNames()
Accessor for the names property.

Returns:
the names

getNewsDesk

public String getNewsDesk()
Accessor for the newsDesk property.

Returns:
the newsDesk

getNormalizedByline

public String getNormalizedByline()
Accessor for the normalizedByline property.

Returns:
the normalizedByline

getOnlineDescriptors

public List<String> getOnlineDescriptors()
Accessor for the onlineDescriptors property.

Returns:
the onlineDescriptors

getOnlineHeadline

public String getOnlineHeadline()
Accessor for the onlineHeadline property.

Returns:
the onlineHeadline

getOnlineLeadParagraph

public String getOnlineLeadParagraph()
Accessor for the onlineLeadParagraph property.

Returns:
the onlineLeadParagraph

getOnlineLocations

public List<String> getOnlineLocations()
Accessor for the onlineLocations property.

Returns:
the onlineLocations

getOnlineOrganizations

public List<String> getOnlineOrganizations()
Accessor for the onlineOrganizations property.

Returns:
the onlineOrganizations

getOnlinePeople

public List<String> getOnlinePeople()
Accessor for the onlinePeople property.

Returns:
the onlinePeople

getOnlineSection

public String getOnlineSection()
Accessor for the onlineSection property.

Returns:
the onlineSection

getOnlineTitles

public List<String> getOnlineTitles()
Accessor for the onlineTitles property.

Returns:
the onlineTitles

getOrganizations

public List<String> getOrganizations()
Accessor for the organizations property.

Returns:
the organizations

getPage

public Integer getPage()
Accessor for the page property.

Returns:
the page

getPeople

public List<String> getPeople()
Accessor for the people property.

Returns:
the people

getPublicationDate

public Date getPublicationDate()
Accessor for the publicationDate property.

Returns:
the publicationDate

getPublicationDayOfMonth

public Integer getPublicationDayOfMonth()
Accessor for the publicationDayOfMonth property.

Returns:
the publicationDayOfMonth

getPublicationMonth

public Integer getPublicationMonth()
Accessor for the publicationMonth property.

Returns:
the publicationMonth

getPublicationYear

public Integer getPublicationYear()
Accessor for the publicationYear property.

Returns:
the publicationYear

getSection

public String getSection()
Accessor for the section property.

Returns:
the section

getSeriesName

public String getSeriesName()
Accessor for the seriesName property.

Returns:
the seriesName

getSlug

public String getSlug()
Accessor for the slug property.

Returns:
the slug

getSourceFile

public File getSourceFile()
Accessor for the sourceFile property.

Returns:
the sourceFile

getTaxonomicClassifiers

public List<String> getTaxonomicClassifiers()
Accessor for the taxonomicClassifiers property.

Returns:
the taxonomicClassifiers

getTitles

public List<String> getTitles()
Accessor for the titles property.

Returns:
the titles

getTypesOfMaterial

public List<String> getTypesOfMaterial()
Accessor for the typesOfMaterial property.

Returns:
the typesOfMaterial

getUrl

public URL getUrl()
Accessor for the url property.

Returns:
the url

getWordCount

public Integer getWordCount()
Accessor for the wordCount property.

Returns:
the wordCount

setAlternateURL

public void setAlternateURL(URL alternateURL)
Setter for the alternateURL property.

Parameters:
alternateURL - the alternativeURL to set

setArticleAbstract

public void setArticleAbstract(String articleAbstract)
Setter for the articleAbstract property.

Parameters:
articleAbstract - the articleAbstract to set

setAuthorBiography

public void setAuthorBiography(String authorBiography)
Setter for the authorBiography property.

Parameters:
authorBiography - the authorBiography to set

setBanner

public void setBanner(String banner)
Setter for the banner property.

Parameters:
banner - the banner to set

setBiographicalCategories

public void setBiographicalCategories(List<String> biographicalCategories)
Setter for the biographicalCategories property.

Parameters:
biographicalCategories - the biographicalCategories to set

setOriginalText

public void setOriginalText(String text)
Setter for the original text.

Parameters:
text - The original text to set.

setBody

public void setBody(String body)
Setter for the body property.

Parameters:
body - the body to set

setByline

public void setByline(String byline)
Setter for the byline property.

Parameters:
byline - the byline to set

setColumnName

public void setColumnName(String columnName)
Setter for the columnName property.

Parameters:
columnName - the columnName to set

setColumnNumber

public void setColumnNumber(Integer columnNumber)
Setter for the columnNumber property.

Parameters:
columnNumber - the columnNumber to set

setCorrectionDate

public void setCorrectionDate(Date correctionDate)
Setter for the correctionDate property.

Parameters:
correctionDate - the correctionDate to set

setCorrectionText

public void setCorrectionText(String correctionText)
Setter for the correctionText property.

Parameters:
correctionText - the correctionText to set

setCredit

public void setCredit(String credit)
Setter for the credit property.

Parameters:
credit - the credit to set

setDateline

public void setDateline(String dateline)
Setter for the dateline property.

Parameters:
dateline - the dateline to set

setDayOfWeek

public void setDayOfWeek(String dayOfWeek)
Setter for the dayOfWeek property.

Parameters:
dayOfWeek - the dayOfWeek to set

setDescriptors

public void setDescriptors(List<String> descriptors)
Setter for the descriptors property.

Parameters:
descriptors - the descriptors to set

setFeaturePage

public void setFeaturePage(String featurePage)
Setter for the featurePage property.

Parameters:
featurePage - the featurePage to set

setGeneralOnlineDescriptors

public void setGeneralOnlineDescriptors(List<String> generalOnlineDescriptors)
Setter for the generalOnlineDescriptors property.

Parameters:
generalOnlineDescriptors - the generalOnlineDescriptors to set

setGuid

public void setGuid(int guid)
Setter for the guid property.

Parameters:
guid - the guid to set

setHeadline

public void setHeadline(String headline)
Setter for the headline property.

Parameters:
headline - the headline to set

setKicker

public void setKicker(String kicker)
Setter for the kicker property.

Parameters:
kicker - the kicker to set

setLeadParagraph

public void setLeadParagraph(String leadParagraph)
Setter for the leadParagraph property.

Parameters:
leadParagraph - the leadParagraph to set

setLocations

public void setLocations(List<String> locations)
Setter for the locations property.

Parameters:
locations - the locations to set

setNames

public void setNames(List<String> names)
Setter for the names property.

Parameters:
names - the names to set

setNewsDesk

public void setNewsDesk(String newsDesk)
Setter for the newsDesk property.

Parameters:
newsDesk - the newsDesk to set

setNormalizedByline

public void setNormalizedByline(String normalizedByline)
Setter for the normalizedByline property.

Parameters:
normalizedByline - the normalizedByline to set

setOnlineDescriptors

public void setOnlineDescriptors(List<String> onlineDescriptors)
Setter for the onlineDescriptors property.

Parameters:
onlineDescriptors - the onlineDescriptors to set

setOnlineHeadline

public void setOnlineHeadline(String onlineHeadline)
Setter for the onlineHeadline property.

Parameters:
onlineHeadline - the onlineHeadline to set

setOnlineLeadParagraph

public void setOnlineLeadParagraph(String onlineLeadParagraph)
Setter for the onlineLeadParagraph property.

Parameters:
onlineLeadParagraph - the onlineLeadParagraph to set

setOnlineLocations

public void setOnlineLocations(List<String> onlineLocations)
Setter for the onlineLocations property.

Parameters:
onlineLocations - the onlineLocations to set

setOnlineOrganizations

public void setOnlineOrganizations(List<String> onlineOrganizations)
Setter for the onlineOrganizations property.

Parameters:
onlineOrganizations - the onlineOrganizations to set

setOnlinePeople

public void setOnlinePeople(List<String> onlinePeople)
Setter for the onlinePeople property.

Parameters:
onlinePeople - the onlinePeople to set

setOnlineSection

public void setOnlineSection(String onlineSection)
Setter for the onlineSection property.

Parameters:
onlineSection - the onlineSection to set

setOnlineTitles

public void setOnlineTitles(List<String> onlineTitles)
Setter for the onlineTitles property.

Parameters:
onlineTitles - the onlineTitles to set

setOrganizations

public void setOrganizations(List<String> organizations)
Setter for the organizations property.

Parameters:
organizations - the organizations to set

setPage

public void setPage(Integer page)
Setter for the page property.

Parameters:
page - the page to set

setPeople

public void setPeople(List<String> people)
Setter for the people property.

Parameters:
people - the people to set

setPublicationDate

public void setPublicationDate(Date publicationDate)
Setter for the publicationDate property.

Parameters:
publicationDate - the publicationDate to set

setPublicationDayOfMonth

public void setPublicationDayOfMonth(Integer publicationDayOfMonth)
Setter for the publicationDayOfMonth property.

Parameters:
publicationDayOfMonth - the publicationDayOfMonth to set

setPublicationMonth

public void setPublicationMonth(Integer publicationMonth)
Setter for the publicationMonth property.

Parameters:
publicationMonth - the publicationMonth to set

setPublicationYear

public void setPublicationYear(Integer publicationYear)
Setter for the publicationYear property.

Parameters:
publicationYear - the publicationYear to set

setSection

public void setSection(String section)
Setter for the section property.

Parameters:
section - the section to set

setSeriesName

public void setSeriesName(String seriesName)
Setter for the seriesName property.

Parameters:
seriesName - the seriesName to set

setSlug

public void setSlug(String slug)
Setter for the slug property.

Parameters:
slug - the slug to set

setSourceFile

public void setSourceFile(File sourceFile)
Setter for the sourceFile property.

Parameters:
sourceFile - the sourceFile to set

setTaxonomicClassifiers

public void setTaxonomicClassifiers(List<String> taxonomicClassifiers)
Setter for the taxonomicClassifiers property.

Parameters:
taxonomicClassifiers - the taxonomicClassifiers to set

setTitles

public void setTitles(List<String> titles)
Setter for the titles property.

Parameters:
titles - the titles to set

setTypesOfMaterial

public void setTypesOfMaterial(List<String> typesOfMaterial)
Setter for the typesOfMaterial property.

Parameters:
typesOfMaterial - the typesOfMaterial to set

setUrl

public void setUrl(URL url)
Setter for the url property.

Parameters:
url - the url to set

setWordCount

public void setWordCount(Integer wordCount)
Setter for the wordCount property.

Parameters:
wordCount - the wordCount to set

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2011. All Rights Reserved.