Package org.apache.maven.model
Class Organization
java.lang.Object
org.apache.maven.model.Organization
- All Implemented Interfaces:
Serializable
Specifies the organization that produces this project.
- Version:
- $Revision$ $Date$
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
The full name of the organization. -
url
The URL to the organization's home page.
-
-
Constructor Details
-
Organization
public Organization()
-
-
Method Details
-
getName
Get the full name of the organization.- Returns:
- String
-
getUrl
Get the URL to the organization's home page.- Returns:
- String
-
setName
Set the full name of the organization.- Parameters:
name
-
-
setUrl
Set the URL to the organization's home page.- Parameters:
url
-
-