net.sourceforge.jsh3modtool.mod
Class DefaultModAuthor

java.lang.Object
  extended by net.sourceforge.jsh3modtool.mod.DefaultModAuthor
All Implemented Interfaces:
ModAuthor

public class DefaultModAuthor
extends java.lang.Object
implements ModAuthor

Default implementation of the modauthor interface.

Author:
redsolo

Constructor Summary
DefaultModAuthor(java.lang.String alias, java.lang.String name, java.lang.String emailAddress, java.net.URL website)
           
 
Method Summary
 java.lang.String getAlias()
          Returns the alias of the author.
 java.lang.String getEmail()
          Returns the email of the author.
 java.lang.String getName()
          Returns the full name of the author.
 java.net.URL getWebsite()
          Returns the web site.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultModAuthor

public DefaultModAuthor(java.lang.String alias,
                        java.lang.String name,
                        java.lang.String emailAddress,
                        java.net.URL website)
Parameters:
alias - the alias of the author.
name - the full name of the author.
emailAddress - the email address to the author.
website - the website for the author.
Method Detail

getAlias

public java.lang.String getAlias()
Description copied from interface: ModAuthor
Returns the alias of the author.

Specified by:
getAlias in interface ModAuthor
Returns:
the alias of the author.

getName

public java.lang.String getName()
Description copied from interface: ModAuthor
Returns the full name of the author.

Specified by:
getName in interface ModAuthor
Returns:
the full name of the author.

getEmail

public java.lang.String getEmail()
Description copied from interface: ModAuthor
Returns the email of the author.

Specified by:
getEmail in interface ModAuthor
Returns:
the email of the author.

getWebsite

public java.net.URL getWebsite()
Description copied from interface: ModAuthor
Returns the web site.

Specified by:
getWebsite in interface ModAuthor
Returns:
the web site.


Copyright © 2005 sourceforge.net. All Rights Reserved.