Class Properties
java.lang.Object
org.apache.maven.plugins.changes.model.Properties
- All Implemented Interfaces:
- Serializable
Class Properties.
- Version:
- $Revision$ $Date$
- See Also:
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Propertiespublic Properties()
 
- 
- 
Method Details- 
getAuthorGet the page author.- Returns:
- Author
 
- 
getTitleGet the page title.- Returns:
- String
 
- 
setAuthorSet the page author.- Parameters:
- author- a author object.
 
- 
setTitleSet the page title.- Parameters:
- title- a title object.
 
 
-