|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.ObjectReport
public class Report
| Field Summary | |
|---|---|
(package private) String |
image
|
(package private) List<Option> |
options
|
(package private) AbstractStory |
story
|
(package private) String |
text
|
| Constructor Summary | |
|---|---|
Report(AbstractStory story,
String text,
Option... args)
|
|
| Method Summary | |
|---|---|
String |
getImage()
|
List<Option> |
getOptions()
|
AbstractStory |
getStory()
|
String |
getText()
|
void |
setImage(String s)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
String image
List<Option> options
AbstractStory story
String text
| Constructor Detail |
|---|
public Report(AbstractStory story,
String text,
Option... args)
| Method Detail |
|---|
public String getImage()
public List<Option> getOptions()
public AbstractStory getStory()
public String getText()
public void setImage(String s)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||