@Api(allMethods=true) public class CopyrightInfo extends Object implements Serializable
| Constructor and Description |
|---|
CopyrightInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCopyright()
Get the copyright message.
|
String |
getKey()
Get the key which is used to determine the copyright info.
|
String |
getLicenseName()
Get the license name.
|
String |
getLicenseUrl()
Get the URL for the license text.
|
String |
getSourceUrl()
Get the URL where the source code can be found (browsed or downloaded).
|
void |
setCopyright(String copyright)
Set the copyright message.
|
void |
setKey(String key)
Set the key which is used to determine the copyright info.
|
void |
setLicenseName(String licenseName)
Set the license name.
|
void |
setLicenseUrl(String license)
Set the URL to the license text.
|
void |
setSourceUrl(String sourceUrl)
Set the URL where the source code can be found (browsed or downloaded).
|
String |
toString() |
public String getKey()
public void setKey(String key)
key - keypublic String getCopyright()
public void setCopyright(String copyright)
copyright - copyright messagepublic String getLicenseName()
public void setLicenseName(String licenseName)
licenseName - license namepublic String getLicenseUrl()
public void setLicenseUrl(String license)
license - license text URLpublic String getSourceUrl()
public void setSourceUrl(String sourceUrl)
sourceUrl - source code locationCopyright © 2015 Geosparc. All Rights Reserved.