- get(int, int) - Method in class studentCode.CritiqueBasket
-
- getFans() - Method in interface studentCode.Critiqueable
-
Getter for the number of fans the item currently has.
- getFans() - Method in class studentCode.Movie
-
Getter for the number of fans of the Movie.
- getFans() - Method in class studentCode.Streaming
-
Getter for the number of fans of the Streaming item.
- getFans() - Method in class studentCode.Website
-
Getter for the number of fans of the Website.
- getMediaHype() - Method in interface studentCode.Critiqueable
-
Getter for the amount of media hype the item has .
- getMediaHype() - Method in class studentCode.Movie
-
Getter for media hype of the Movie, which is always 5 more than
the internal hype level.
- getMediaHype() - Method in class studentCode.Streaming
-
Getter for media hype of the Streaming item, which is always three less than
the internal media hype level.
- getMediaHype() - Method in class studentCode.Website
-
Getter for the media hype of the Website, which is based on the
first character of its title and the internal hype it has.
- getTitle() - Method in interface studentCode.Critiqueable
-
Getter for the title of the item.
- getTitle() - Method in class studentCode.Movie
-
Getter for name of the Movie.
- getTitle() - Method in class studentCode.Streaming
-
Getter for name of the Streaming item.
- getTitle() - Method in class studentCode.Website
-
Getter for name of the Website.