public interface IAuthor extends ILocalized, IDirectional
| Modifier and Type | Method and Description |
|---|---|
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
|
getLang, setLanggetDir, isValid, setDirjava.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 set2012 Apache Software Foundation.