public class DefaultExtensionAuthor extends Object implements ExtensionAuthor
| Constructor and Description |
|---|
DefaultExtensionAuthor(String name,
String url) |
DefaultExtensionAuthor(String name,
URL url) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName() |
URL |
getURL() |
String |
getURLString() |
int |
hashCode() |
public DefaultExtensionAuthor(String name, URL url)
name - the name of the authorurl - the URL of the author public profilepublic String getName()
getName in interface ExtensionAuthorpublic URL getURL()
getURL in interface ExtensionAuthorpublic String getURLString()
getURLString in interface ExtensionAuthorCopyright © 2004–2019 XWiki. All rights reserved.