public class License extends Named
| Constructor and Description |
|---|
License() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
get() |
String |
getAttribution_text() |
String |
getId() |
String |
getLicense_id() |
String |
getLicense_url() |
String |
getOther() |
String |
getUrl() |
Boolean |
is_free_to_use() |
void |
set(String name,
Object value) |
void |
setAttribution_text(String attribution_text) |
void |
setId(String id) |
void |
setIs_free_to_use(Boolean is_free_to_use) |
void |
setLicense_id(String license_id) |
void |
setLicense_url(String license_url) |
void |
setOther(String other) |
void |
setUrl(String url) |
getDescription, getDisplay_name, getName, getTitle, setDescription, setDisplay_name, setName, setTitlepublic void setId(String id)
public String getId()
public void setUrl(String url)
public String getUrl()
public void setLicense_id(String license_id)
public String getLicense_id()
public void setOther(String other)
public String getOther()
public void setLicense_url(String license_url)
public String getLicense_url()
public void setAttribution_text(String attribution_text)
public String getAttribution_text()
public void setIs_free_to_use(Boolean is_free_to_use)
public Boolean is_free_to_use()
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.