Modifier and Type | Method and Description |
---|---|
int |
getFans()
Getter for the number of fans the item currently has.
|
int |
getMediaHype()
Getter for the amount of media hype the item has .
|
java.lang.String |
getTitle()
Getter for the title of the item.
|
boolean |
inform(Universe.Outcomes outcome)
Method that takes the outcome of a critique and increments the media hype
ratings by 1 if the number of critique wins has passed the threshold.
|
Critiqueable |
returnClone()
Method to create an independent copy of the item.
|
void |
setFans(int newFanCount)
Setter for the number of fans the item currently has.
|
java.lang.String |
toString()
String generator for the item.
|
java.lang.String getTitle()
int getMediaHype()
int getFans()
void setFans(int newFanCount)
newFanCount
- the number of fans the item currently hasCritiqueable returnClone()
boolean inform(Universe.Outcomes outcome)
outcome
- the outcome of the critique in which this item was involvedjava.lang.String toString()
toString
in class java.lang.Object