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 getModelEncoding()
           
 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 setModelEncoding(java.lang.String modelEncoding)
           
 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 -

getAuthor

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


getKeywords

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


getPageSize

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


getSubject

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


getTitle

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


hashCode

public int hashCode()
Method hashCode


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


setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


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