|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.model.Organization
public class Organization
Specifies the organization that produces this project.
| Constructor Summary | |
|---|---|
Organization()
|
|
| Method Summary | |
|---|---|
Organization |
clone()
Method clone. |
InputLocation |
getLocation(java.lang.Object key)
Gets the location of the specified field in the input source. |
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 |
setLocation(java.lang.Object key,
InputLocation location)
Sets the location of the specified field. |
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 |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Organization()
| Method Detail |
|---|
public Organization clone()
clone in class java.lang.Objectpublic InputLocation getLocation(java.lang.Object key)
InputLocationTracker
getLocation in interface InputLocationTrackerkey -
public java.lang.String getName()
public java.lang.String getUrl()
public void setLocation(java.lang.Object key,
InputLocation location)
InputLocationTracker
setLocation in interface InputLocationTrackerkey - location - public void setName(java.lang.String name)
name - public void setUrl(java.lang.String url)
url -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||