org.apache.wookie.w3c
Interface IAuthor

All Superinterfaces:
IDirectional, ILocalized
All Known Implementing Classes:
AuthorEntity

public interface IAuthor
extends ILocalized, IDirectional

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

getAuthorName

java.lang.String getAuthorName()
Get the details of the author, e.g. name or names of people and/or organisations

Returns:
the author details, or null if there are no author details

getEmail

java.lang.String getEmail()
Get the email address of the author

Returns:
the author email address, or null if there is no author email address

getHref

java.lang.String getHref()
Get the URL of the author details, e.g. the author's blog or website address

Returns:
the author's URL, or null if there is no author URL

setAuthorName

void setAuthorName(java.lang.String author)
Set the author details

Parameters:
author - tha author details to set

setEmail

void setEmail(java.lang.String email)
Set the author's email

Parameters:
email - the author email to set

setHref

void setHref(java.lang.String href)
Set the author's Href

Parameters:
href - the author href to set


2012 Apache Software Foundation.