public class Contributor extends BaseBean
| Constructor and Description |
|---|
Contributor()
Default constructor.
|
Contributor(String contributorType,
String id)
Parameterized constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getContributorType() |
String |
getId() |
String |
getUsername() |
void |
setContributorType(String contributorType) |
void |
setId(String id) |
void |
setUsername(String username) |
Copyright © 2018. All rights reserved.