org.homeunix.thecave.buddi.model.impl
Class WrapperLists.ImmutableAccountList

java.lang.Object
  extended by org.homeunix.thecave.moss.data.list.WrapperList<T,W>
      extended by org.homeunix.thecave.buddi.model.impl.WrapperLists.ImmutableAccountList
All Implemented Interfaces:
java.lang.Iterable<ImmutableAccount>, java.util.Collection<ImmutableAccount>, java.util.List<ImmutableAccount>
Enclosing class:
WrapperLists

public static class WrapperLists.ImmutableAccountList
extends WrapperList<T,W>


Constructor Summary
WrapperLists.ImmutableAccountList(Document model, java.util.List<Account> wrappedList)
           
 
Method Summary
 Account getWrappedObject(ImmutableAccount object)
           
 ImmutableAccount getWrapperObject(Account object)
           
 
Methods inherited from class org.homeunix.thecave.moss.data.list.WrapperList
add, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray, toString, updateWrapperList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
equals, hashCode
 

Constructor Detail

WrapperLists.ImmutableAccountList

public WrapperLists.ImmutableAccountList(Document model,
                                         java.util.List<Account> wrappedList)
Method Detail

getWrappedObject

public Account getWrappedObject(ImmutableAccount object)
Specified by:
getWrappedObject in class WrapperList<ImmutableAccount,Account>

getWrapperObject

public ImmutableAccount getWrapperObject(Account object)
Specified by:
getWrapperObject in class WrapperList<ImmutableAccount,Account>