org.qedeq.kernel.se.dto.module
Class LiteratureItemListVo

java.lang.Object
  extended by org.qedeq.kernel.se.dto.module.LiteratureItemListVo
All Implemented Interfaces:
LiteratureItemList

public class LiteratureItemListVo
extends java.lang.Object
implements LiteratureItemList

List of literature references.

Author:
Michael Meyling

Constructor Summary
LiteratureItemListVo()
          Constructs an empty list of authors.
 
Method Summary
 void add(LiteratureItemVo item)
          Add literature reference to list.
 boolean equals(java.lang.Object obj)
           
 LiteratureItem get(int index)
          Get index-th element of list.
 int hashCode()
           
 int size()
          Get size of list.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LiteratureItemListVo

public LiteratureItemListVo()
Constructs an empty list of authors.

Method Detail

add

public final void add(LiteratureItemVo item)
Add literature reference to list.

Parameters:
item - Add this reference.

size

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

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

get

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

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

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2014. All Rights Reserved.