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: 816603 $ $Date: 2012-05-08 12:53:30 +0000 (Tue, 08 May 2012) $
See Also:
Serialized Form

Constructor Summary
Properties()
           
 
Method Summary
 Author getAuthor()
          Get page Author.
 String getTitle()
          Get page Title.
 void setAuthor(Author author)
          Set page Author.
 void setTitle(String title)
          Set 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 page Author.

Returns:
Author

getTitle

public String getTitle()
Get page Title.

Returns:
String

setAuthor

public void setAuthor(Author author)
Set page Author.

Parameters:
author -

setTitle

public void setTitle(String title)
Set page Title.

Parameters:
title -


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.