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

Class Section.

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 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 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 -
Returns:
boolean

getFile

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

Returns:
String

getId

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

Returns:
String

getTitle

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

Returns:
String

hashCode

public int hashCode()
Method hashCode.

Overrides:
hashCode in class java.lang.Object
Returns:
int

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
Returns:
String


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