org.xwiki.extension
Class DefaultExtensionAuthor

java.lang.Object
  extended by org.xwiki.extension.DefaultExtensionAuthor
All Implemented Interfaces:
ExtensionAuthor

public class DefaultExtensionAuthor
extends Object
implements ExtensionAuthor

Default implementation of ExtensionAuthor.

Since:
4.0M1
Version:
$Id$

Constructor Summary
DefaultExtensionAuthor(String name, URL url)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
           
 URL getURL()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultExtensionAuthor

public DefaultExtensionAuthor(String name,
                              URL url)
Parameters:
name - the name of the author
url - the URL of the author public profile
Method Detail

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.