|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IAuthor
An Author of a Widget
| Method Summary | |
|---|---|
java.lang.String |
getAuthorName()
Get the details of the author, e.g. |
java.lang.String |
getEmail()
Get the email address of the author |
java.lang.String |
getHref()
Get the URL of the author details, e.g. |
void |
setAuthorName(java.lang.String author)
Set the author details |
void |
setEmail(java.lang.String email)
Set the author's email |
void |
setHref(java.lang.String href)
Set the author's Href |
| Methods inherited from interface org.apache.wookie.w3c.ILocalized |
|---|
getLang, setLang |
| Methods inherited from interface org.apache.wookie.w3c.IDirectional |
|---|
getDir, isValid, setDir |
| Method Detail |
|---|
java.lang.String getAuthorName()
java.lang.String getEmail()
java.lang.String getHref()
void setAuthorName(java.lang.String author)
author - tha author details to setvoid setEmail(java.lang.String email)
email - the author email to setvoid setHref(java.lang.String href)
href - the author href to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||