class: EventVOListWrapper

public class: EventVOListWrapper
Author: Johannes Mueller (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: {03397788-12B7-4d52-AB30-4D31F3CA5315}
This class is used by the XML transforming classes to wrap a list of EventVOs. The reason for this is that JiBX cannot bind directly to ArrayLists.
 

Goto: Custom Properties, Fields, Methods

Appears in: wrappers

Custom Properties
 
EventVOListWrapper Attributes
Attribute Details
private List
  eventVOList
Notes: The wrapped list of EventVOs.
 
EventVOListWrapper Methods
Operation Details
public
getEventVOList():List
Sequential
Notes: Unwraps the list of EventVOs.
@return The list of EventVOs
public
setEventVOList(
   List pubItemVOList):void
Sequential
Notes: Wraps a list of EventVOs.