- get(NewsMaker) - Method in class NewsMakerList
-
An accessor method to get a news maker from the list.
- get(int) - Method in class NewsStoryList
-
An accessor for getting a story from the list based on its position
(index) in the list.
- getDate() - Method in class NewsStory
-
The accessor for the date field.
- getExactMatch(String) - Method in class NewsMakerList
-
An accessor method to get a news maker from the list based on the exact
name provided.
- getLength() - Method in class NewsStory
-
The accessor for the length field.
- getLengthInWords() - Method in class NewspaperStory
-
Overrides the getLengthInWords
method from
NewsStory
.
- getLengthInWords() - Method in class NewsStory
-
The accessor for length equivalent in words.
- getLengthInWords() - Method in class TVNewsStory
-
Overrides the getLengthInWords
method from
NewsStory
.
- getName() - Method in class NewsMaker
-
The accessor for the name field.
- getNewsMaker1() - Method in class NewsStory
-
The accessor for the first news maker field.
- getNewsMaker2() - Method in class NewsStory
-
The accessor for the second news maker field.
- getNewsStories() - Method in class NewsMaker
-
The accessor for the list of news stories.
- getPartialMatch(String) - Method in class NewsMakerList
-
An accessor method to get a news maker from the list based on the partial
name provided.
- getSource() - Method in class NewsStory
-
The accessor for the source name field.
- getTopic() - Method in class NewsStory
-
The accessor for the topic field.