public class DefaultContributor extends java.lang.Object implements Contributor
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLogin()
The login of the author.
|
java.lang.String |
getName()
The name of the author.
|
java.lang.String |
getProfileUrl()
The URL to author page.
|
public java.lang.String getName()
ContributorgetName in interface Contributorpublic java.lang.String getLogin()
ContributorgetLogin in interface Contributorpublic java.lang.String getProfileUrl()
ContributorgetProfileUrl in interface Contributor