|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.jsh3modtool.mod.DefaultModAuthor
public class DefaultModAuthor
Default implementation of the modauthor interface.
| 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 |
|---|
public DefaultModAuthor(java.lang.String alias,
java.lang.String name,
java.lang.String emailAddress,
java.net.URL website)
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 |
|---|
public java.lang.String getAlias()
ModAuthor
getAlias in interface ModAuthorpublic java.lang.String getName()
ModAuthor
getName in interface ModAuthorpublic java.lang.String getEmail()
ModAuthor
getEmail in interface ModAuthorpublic java.net.URL getWebsite()
ModAuthor
getWebsite in interface ModAuthor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||