|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.model.Organization
Specifies the organization who produces this project.
Field Summary | |
private java.lang.String |
logo
Field logo |
private java.lang.String |
modelEncoding
|
private java.lang.String |
name
Field name |
private java.lang.String |
url
Field url |
Constructor Summary | |
Organization()
|
Method Summary | |
java.lang.String |
getLogo()
Get The URL to the organization's logo image. |
java.lang.String |
getModelEncoding()
|
java.lang.String |
getName()
Get The full name of the organization. |
java.lang.String |
getUrl()
Get The URL to the organization's home page. |
void |
setLogo(java.lang.String logo)
Set The URL to the organization's logo image. |
void |
setModelEncoding(java.lang.String modelEncoding)
|
void |
setName(java.lang.String name)
Set The full name of the organization. |
void |
setUrl(java.lang.String url)
Set The URL to the organization's home page. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.lang.String name
private java.lang.String url
private java.lang.String logo
private java.lang.String modelEncoding
Constructor Detail |
public Organization()
Method Detail |
public java.lang.String getLogo()
/images/org-logo.png
) or an
absolute URL
(e.g., http://my.corp/logo.png
).
This value is used
when generating the project documentation.
public java.lang.String getName()
public java.lang.String getUrl()
public void setLogo(java.lang.String logo)
/images/org-logo.png
) or an
absolute URL
(e.g., http://my.corp/logo.png
).
This value is used
when generating the project documentation.
logo
- public void setName(java.lang.String name)
name
- public void setUrl(java.lang.String url)
url
- public void setModelEncoding(java.lang.String modelEncoding)
public java.lang.String getModelEncoding()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |