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:
-
Constructor Summary
Constructors -
Method Summary
-
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
- a name object.
-
setUrl
Set the URL to the organization's home page.- Parameters:
url
- a url object.
-