|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.apache.maven.project.BaseObject
org.apache.maven.project.License
A License as specified in the project descriptor
| Field Summary |
|---|
| Fields inherited from class org.apache.maven.project.BaseObject |
|---|
id |
| Constructor Summary | |
|---|---|
License()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getComments()
|
java.lang.String |
getDistribution()
|
java.lang.String |
getName()
Gets the name attribute |
java.lang.String |
getUrl()
|
void |
setComments(java.lang.String comments)
Sets the comments. |
void |
setDistribution(java.lang.String type)
Sets the type. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setUrl(java.lang.String url)
Sets the url. |
| Methods inherited from class org.apache.maven.project.BaseObject |
|---|
addProperty, equals, getId, getProperties, getProperty, hashCode, isValid, resolvedProperties, setId, setProperties, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public License()
| Method Detail |
public java.lang.String getName()
BaseObject
getName in class BaseObjectpublic java.lang.String getDistribution()
public java.lang.String getUrl()
public void setName(java.lang.String name)
setName in class BaseObjectname - The name to setpublic void setDistribution(java.lang.String type)
type - The type to setpublic void setUrl(java.lang.String url)
url - The url to setpublic java.lang.String getComments()
public void setComments(java.lang.String comments)
comments - The comments to set
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||