org.qedeq.kernel.se.base.module
Interface AuthorList

All Known Implementing Classes:
AuthorListVo

public interface AuthorList

List of authors.

Author:
Michael Meyling

Method Summary
 Author get(int index)
          Get index-th element of list.
 int size()
          Get size of list.
 

Method Detail

size

int size()
Get size of list.

Returns:
List size.

get

Author get(int index)
Get index-th element of list.

Parameters:
index - Index.
Returns:
Index-th element.


Copyright © 2014. All Rights Reserved.