public class License extends Object
| Constructor and Description |
|---|
License() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribution_text() |
String |
getLicense_id() |
String |
getLicense_url() |
String |
getOther() |
Boolean |
is_free_to_use() |
void |
setAttribution_text(String attribution_text) |
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) |
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–2017 Andreas W. Bartels. All rights reserved.