public class License extends Object implements Serializable
Constructor and Description |
---|
License() |
Modifier and Type | Method and Description |
---|---|
String |
getComments()
Get addendum information pertaining to this license.
|
String |
getDistribution()
Get the primary method by which this project may be
distributed.
|
String |
getName()
Get the full legal name of the license.
|
String |
getUrl()
Get the official url for the license text.
|
void |
setComments(String comments)
Set addendum information pertaining to this license.
|
void |
setDistribution(String distribution)
Set the primary method by which this project may be
distributed.
|
void |
setName(String name)
Set the full legal name of the license.
|
void |
setUrl(String url)
Set the official url for the license text.
|
public String getComments()
public String getDistribution()
public String getName()
public String getUrl()
public void setComments(String comments)
comments
- public void setDistribution(String distribution)
distribution
- public void setName(String name)
name
- public void setUrl(String url)
url
- Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.