org.xwiki.extension
Class DefaultExtensionAuthor
java.lang.Object
org.xwiki.extension.DefaultExtensionAuthor
- All Implemented Interfaces:
- ExtensionAuthor
public class DefaultExtensionAuthor
- extends Object
- implements ExtensionAuthor
Default implementation of ExtensionAuthor.
- Since:
- 4.0M1
- Version:
- $Id$
DefaultExtensionAuthor
public DefaultExtensionAuthor(String name,
URL url)
- Parameters:
name - the name of the authorurl - the URL of the author public profile
getName
public String getName()
- Specified by:
getName in interface ExtensionAuthor
- Returns:
- the name of the author
getURL
public URL getURL()
- Specified by:
getURL in interface ExtensionAuthor
- Returns:
- the URL of the author public profile
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2004-2012 XWiki. All Rights Reserved.