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

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

public class Section
extends Object
implements Serializable

Class Section.

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

Constructor Summary
Section()
           
 
Method Summary
 boolean equals(Object other)
          Method equals.
 String getFile()
          Get specifies the file of this section.
 String getId()
          Get specifies the id of this section.
 String getTitle()
          Get specifies the title of this section.
 int hashCode()
          Method hashCode.
 void setFile(String file)
          Set specifies the file of this section.
 void setId(String id)
          Set specifies the id of this section.
 void setTitle(String title)
          Set specifies the title of this section.
 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(Object other)
Method equals.

Overrides:
equals in class Object
Parameters:
other -
Returns:
boolean

getFile

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

Returns:
String

getId

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

Returns:
String

getTitle

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

Returns:
String

hashCode

public int hashCode()
Method hashCode.

Overrides:
hashCode in class Object
Returns:
int

setFile

public void setFile(String file)
Set specifies the file of this section.

Parameters:
file -

setId

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

Parameters:
id -

setTitle

public void setTitle(String title)
Set specifies the title of this section.

Parameters:
title -

toString

public String toString()
Method toString.

Overrides:
toString in class Object
Returns:
String


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