Class Properties

java.lang.Object
org.apache.maven.plugins.changes.model.Properties
All Implemented Interfaces:
Serializable

public class Properties extends Object implements Serializable
Class Properties.
Version:
$Revision$ $Date$
See Also:
  • Constructor Details

    • Properties

      public Properties()
  • Method Details

    • getAuthor

      public Author getAuthor()
      Get the page author.
      Returns:
      Author
    • getTitle

      public String getTitle()
      Get the page title.
      Returns:
      String
    • setAuthor

      public void setAuthor(Author author)
      Set the page author.
      Parameters:
      author - a author object.
    • setTitle

      public void setTitle(String title)
      Set the page title.
      Parameters:
      title - a title object.