public class Poem extends Object implements Serializable
Poem()
String
getAuthor()
String[]
getContent()
getTitle()
void
setAuthor(String author)
setContent(String[] content)
setTitle(String title)
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Poem()
public String toString()
toString
Object
public String getAuthor()
public void setAuthor(String author)
public String getTitle()
public void setTitle(String title)
public String[] getContent()
public void setContent(String[] content)
Copyright © 2021. All rights reserved.