class: ExportFormatVOListWrapper

public class: ExportFormatVOListWrapper
Author: Michael Franke (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1951 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates: Created: 16.07.2009 15:14:27; Modified: 16.07.2009 15:14:27;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {B7E0F977-7CC1-47c7-97EB-4AE98C0FDF33}
This class is used by the XML transforming classes to wrap a list of ExportFormatVOs. The reason for this is that JiBX cannot bind directly to ArrayLists.
 

Goto: Custom Properties, Fields, Methods

Appears in: wrappers

Custom Properties
 
ExportFormatVOListWrapper Attributes
Attribute Details
private List
  exportFormatVOList
Notes: The wrapped list of ExportFormatVOs.
 
ExportFormatVOListWrapper Methods
Operation Details
public
getExportFormatVOList():List
Sequential
Notes: Unwraps the list of ExportFormatVOs.
@return The list of ExportFormatVOs
public const
setExportFormatVOList(
   List exportFormatVOList):void
Sequential
Notes: Wraps a list of ExportFormatVOs.