|
|||||||||||
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.Organization
Field Summary |
Fields inherited from class org.apache.maven.project.BaseObject |
id |
Constructor Summary | |
Organization()
|
Method Summary | |
java.lang.String |
getLogo()
Gets the organization logo text. |
java.lang.String |
getUrl()
Gets the organization URL. |
void |
setLogo(java.lang.String logo)
Sets the logo text attribute of the Organization object. |
void |
setUrl(java.lang.String url)
Sets the url attribute of the Organization object |
Methods inherited from class org.apache.maven.project.BaseObject |
addProperty, equals, getId, getName, getProperties, getProperty, hashCode, isValid, resolvedProperties, setId, setName, setProperties, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Organization()
Method Detail |
public void setUrl(java.lang.String url)
url
- the address of the organization's websitepublic java.lang.String getUrl()
public void setLogo(java.lang.String logo)
logo
- the logo textpublic java.lang.String getLogo()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |