Hilbert II - Version 0.03.04

org.qedeq.kernel.dto.module
Class ChapterListVo

java.lang.Object
  extended byorg.qedeq.kernel.dto.module.ChapterListVo
All Implemented Interfaces:
ChapterList

public class ChapterListVo
extends Object
implements ChapterList

List of chapters.

Version:
$Revision: 1.7 $

Constructor Summary
ChapterListVo()
          Constructs an empty list of chapters.
 
Method Summary
 void add(ChapterVo chapter)
          Add chapter to list.
 boolean equals(Object obj)
           
 Chapter get(int index)
          Get index-th element of list.
 int hashCode()
           
 int size()
          Get size of list.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChapterListVo

public ChapterListVo()
Constructs an empty list of chapters.

Method Detail

add

public final void add(ChapterVo chapter)
Add chapter to list.

Parameters:
chapter - Chapter to add.

size

public final int size()
Description copied from interface: ChapterList
Get size of list.

Specified by:
size in interface ChapterList
Returns:
List size.

get

public final Chapter get(int index)
Description copied from interface: ChapterList
Get index-th element of list.

Specified by:
get in interface ChapterList
Parameters:
index - Index.
Returns:
Index-th element.

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

toString

public String toString()

Hilbert II - Version 0.03.04

©left GNU General Public Licence
All Rights Reserved.