org.apache.maven.doxia.book.model
Class Section

java.lang.Object
  extended by org.apache.maven.doxia.book.model.Section
All Implemented Interfaces:
java.io.Serializable

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

null

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

Constructor Summary
Section()
           
 
Method Summary
 boolean equals(java.lang.Object other)
          Method equals
 java.lang.String getFile()
          Get Specifies the file of this section.
 java.lang.String getId()
          Get Specifies the id of this section.
 java.lang.String getModelEncoding()
           
 java.lang.String getTitle()
          Get Specifies the title of this section.
 int hashCode()
          Method hashCode
 void setFile(java.lang.String file)
          Set Specifies the file of this section.
 void setId(java.lang.String id)
          Set Specifies the id of this section.
 void setModelEncoding(java.lang.String modelEncoding)
           
 void setTitle(java.lang.String title)
          Set Specifies the title of this section.
 java.lang.String toString()
          Method toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Section

public Section()
Method Detail

equals

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

Overrides:
equals in class java.lang.Object
Parameters:
other -

getFile

public java.lang.String getFile()
Get Specifies the file of this section.


getId

public java.lang.String getId()
Get Specifies the id of this section. This is a symbolic name for a particular section.


getTitle

public java.lang.String getTitle()
Get Specifies the title of this section.


hashCode

public int hashCode()
Method hashCode

Overrides:
hashCode in class java.lang.Object

setFile

public void setFile(java.lang.String file)
Set Specifies the file of this section.

Parameters:
file -

setId

public void setId(java.lang.String id)
Set Specifies the id of this section. This is a symbolic name for a particular section.

Parameters:
id -

setTitle

public void setTitle(java.lang.String title)
Set Specifies the title of this section.

Parameters:
title -

toString

public java.lang.String toString()
Method toString

Overrides:
toString in class java.lang.Object

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.