Hilbert II - Version 0.03.04

org.qedeq.kernel.dto.module
Class AuthorListVo

java.lang.Object
  extended byorg.qedeq.kernel.dto.module.AuthorListVo
All Implemented Interfaces:
AuthorList

public class AuthorListVo
extends Object
implements AuthorList

List of authors.

Version:
$Revision: 1.7 $

Constructor Summary
AuthorListVo()
          Constructs an empty list of authors.
 
Method Summary
 void add(AuthorVo author)
          Add author to list.
 boolean equals(Object obj)
           
 Author 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

AuthorListVo

public AuthorListVo()
Constructs an empty list of authors.

Method Detail

add

public final void add(AuthorVo author)
Add author to list.

Parameters:
author - Add this author.

size

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

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

get

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

Specified by:
get in interface AuthorList
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.