org.apache.maven.plugins.changes.model
Class Properties

java.lang.Object
  extended by 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:
Serialized Form

Constructor Summary
Properties()
           
 
Method Summary
 Author getAuthor()
          Get the page author.
 String getTitle()
          Get the page title.
 void setAuthor(Author author)
          Set the page author.
 void setTitle(String title)
          Set the page title.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Properties

public Properties()
Method Detail

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 -

setTitle

public void setTitle(String title)
Set the page title.

Parameters:
title -


Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.