class: AccountUserVOListWrapper

public class: AccountUserVOListWrapper
Author: Markus Haarlaender (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:14:25; Modified: 16.07.2009 15:14:25;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {39FD4762-DF49-4c56-8336-38E6965DB1A7}
This class is used by the XML transforming classes to wrap a list of AccountUserVOs. The reason for this is that JiBX cannot bind directly to ArrayLists.
 

Goto: Custom Properties, Fields, Methods

Appears in: wrappers

Custom Properties
 
AccountUserVOListWrapper Attributes
Attribute Details
private List
  accountUserVOList
Notes: The wrapped list of AccountUserVOs.
 
AccountUserVOListWrapper Methods
Operation Details
public
getAccountUserVOList():List
Sequential
public
setAccountUserVOList(
   List accountUserVOList):void
Sequential