- 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
-
This method should be able to use a binary search to find the news maker
but relies on the list being sorted first.
- 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 OnlineNewsStory
-
Overrides the getLengthInWords
method from
NewsStory
.
- 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
-
This method searches for partial matches in the list, and returns the
first news maker that contains the search string specified.
- getPartOfDay() - Method in class OnlineNewsStory
-
Accessor method that returns the part of the day when the capture
occurred.
- getPartOfDay() - Method in class TVNewsStory
-
Accessor method for the part of the day when the broadcast occurred.
- getPercent() - Method in class Wedge
-
Accessor for percent.
- getSource() - Method in class NewsStory
-
The accessor for the source name field.
- getSubject() - Method in class NewsStory
-
The accessor for the subject field.
- getText() - Method in class Wedge
-
Accessor for text.
- getTopic() - Method in class NewsStory
-
The accessor for the topic field.