|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.tomp.el.author.description.Description
public class Description
Constructor Summary | |
---|---|
Description(java.lang.String title,
java.lang.String body)
Creates a new instance of Description, sets its title and body. |
Method Summary | |
---|---|
java.lang.String |
getBody()
Returns the description's body. |
java.lang.String |
getTitle()
Returns the description's title. |
void |
setBody(java.lang.String body)
Sets the description's body. |
void |
setTitle(java.lang.String title)
Sets the description's title. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Description(java.lang.String title, java.lang.String body)
title
- Title od new instancebody
- Body of new instanceMethod Detail |
---|
public java.lang.String getBody()
public void setBody(java.lang.String body)
body
- The body to setpublic java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- The title to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |