@Portable public class Contributor extends Object
Modifier and Type | Field and Description |
---|---|
static Comparator<Contributor> |
COMPARATOR |
Constructor and Description |
---|
Contributor() |
Contributor(String username,
ContributorType type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ContributorType |
getType() |
String |
getUsername() |
int |
hashCode() |
void |
setType(ContributorType type) |
public static final Comparator<Contributor> COMPARATOR
public Contributor()
public Contributor(String username, ContributorType type)
public String getUsername()
public ContributorType getType()
public void setType(ContributorType type)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.