org.apache.maven.doxia.docrenderer.document
Class DocumentMeta

java.lang.Object
  extended byorg.apache.maven.doxia.docrenderer.document.DocumentMeta
All Implemented Interfaces:
java.io.Serializable

public class DocumentMeta
extends java.lang.Object
implements java.io.Serializable

Element that contains some meta information about the document.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
DocumentMeta()
           
 
Method Summary
 boolean equals(java.lang.Object other)
          Method equals.
 java.lang.String getAuthor()
          Get the author of the document.
 java.lang.String getKeywords()
          Get the keywords of the document.
 java.lang.String getPageSize()
          Get the pagesize of the document.
 java.lang.String getSubject()
          Get the subject of the document.
 java.lang.String getTitle()
          Get title of the document.
 int hashCode()
          Method hashCode.
 void setAuthor(java.lang.String author)
          Set the author of the document.
 void setKeywords(java.lang.String keywords)
          Set the keywords of the document.
 void setPageSize(java.lang.String pageSize)
          Set the pagesize of the document.
 void setSubject(java.lang.String subject)
          Set the subject of the document.
 void setTitle(java.lang.String title)
          Set title of the document.
 java.lang.String toString()
          Method toString.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DocumentMeta

public DocumentMeta()
Method Detail

equals

public boolean equals(java.lang.Object other)
Method equals.

Parameters:
other -
Returns:
boolean

getAuthor

public java.lang.String getAuthor()
Get the author of the document.

Returns:
String

getKeywords

public java.lang.String getKeywords()
Get the keywords of the document.

Returns:
String

getPageSize

public java.lang.String getPageSize()
Get the pagesize of the document.

Returns:
String

getSubject

public java.lang.String getSubject()
Get the subject of the document.

Returns:
String

getTitle

public java.lang.String getTitle()
Get title of the document.

Returns:
String

hashCode

public int hashCode()
Method hashCode.

Returns:
int

setAuthor

public void setAuthor(java.lang.String author)
Set the author of the document.

Parameters:
author -

setKeywords

public void setKeywords(java.lang.String keywords)
Set the keywords of the document.

Parameters:
keywords -

setPageSize

public void setPageSize(java.lang.String pageSize)
Set the pagesize of the document.

Parameters:
pageSize -

setSubject

public void setSubject(java.lang.String subject)
Set the subject of the document.

Parameters:
subject -

setTitle

public void setTitle(java.lang.String title)
Set title of the document.

Parameters:
title -

toString

public java.lang.String toString()
Method toString.

Returns:
String


Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.