public class LicenseBean extends Object implements Serializable, ZenodoLicense
| Constructor and Description |
|---|
LicenseBean()
Instantiates a new license bean.
|
LicenseBean(String id,
String title,
String url)
Instantiates a new license bean.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getId()
Gets the id.
|
String |
getTitle()
Gets the title.
|
String |
getUrl()
Gets the url.
|
void |
setId(String id) |
void |
setTitle(String title) |
void |
setUrl(String url) |
String |
toString() |
public String getTitle()
ZenodoLicensegetTitle in interface ZenodoLicensepublic void setTitle(String title)
public String getUrl()
ZenodoLicensegetUrl in interface ZenodoLicensepublic void setUrl(String url)
public String getId()
ZenodoLicensegetId in interface ZenodoLicensepublic void setId(String id)
Copyright © 2021. All Rights Reserved.