com.tagtraum.sixbs.adapters.util
Class ArrayListAdapt

java.lang.Object
  extended bycom.tagtraum.sixbs.AbstractAdapter
      extended bycom.tagtraum.sixbs.adapters.util.ListAdapt
          extended bycom.tagtraum.sixbs.adapters.util.ArrayListAdapt
All Implemented Interfaces:
Adapter

public class ArrayListAdapt
extends ListAdapt

Adapter for an ArrayList. Uses ListAdapt.

Version:
$Id: ArrayListAdapt.java,v 1.1 2001/05/06 14:55:02 Hendrik Exp $
Author:
Hendrik Schreiber

Field Summary
static java.lang.String vcid
          Source-Version
 
Constructor Summary
ArrayListAdapt()
           
ArrayListAdapt(java.util.ArrayList list)
           
 
Methods inherited from class com.tagtraum.sixbs.adapters.util.ListAdapt
deserialize, getList, setList
 
Methods inherited from class com.tagtraum.sixbs.AbstractAdapter
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vcid

public static java.lang.String vcid
Source-Version

Constructor Detail

ArrayListAdapt

public ArrayListAdapt()

ArrayListAdapt

public ArrayListAdapt(java.util.ArrayList list)