Class Play
java.lang.Object
org.episteme.social.arts.theater.Play
Represents a theatrical performance or play.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddCharacter(Character character) getActs()intgetGenre()getTitle()intvoidsetDurationMinutes(int duration) voidsetGenre(Play.Genre genre) voidsetPlaywright(String playwright) voidsetPlaywright(Artist artist) voidsetYearWritten(int year) toString()
-
Constructor Details
-
Play
-
Play
-
-
Method Details
-
getTitle
-
getPlaywright
-
getGenre
-
getActs
-
getDurationMinutes
public int getDurationMinutes() -
getYearWritten
public int getYearWritten() -
getCharacters
-
setPlaywright
-
setPlaywright
-
setGenre
-
addAct
-
setDurationMinutes
public void setDurationMinutes(int duration) -
setYearWritten
public void setYearWritten(int year) -
addCharacter
-
toString
-