class: AffiliationVOListWrapper

public class: AffiliationVOListWrapper
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:26; Modified: 16.07.2009 15:14:26;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {15E84E8A-D099-494a-92CB-28191D698E40}
This class is used by the XML transforming classes to wrap a list of AffiliationVOs. The reason for this is that JiBX cannot bind directly to ArrayLists.
 

Goto: Custom Properties, Fields, Methods

Appears in: wrappers

Custom Properties
 
AffiliationVOListWrapper Attributes
Attribute Details
private List
  affiliationVOList
Notes: The wrapped list of AffiliationVOs.
public static const long
  serialVersionUID
Initial: 1L
 
AffiliationVOListWrapper Methods
Operation Details
public
getAffiliationVOList():List
Sequential
Notes: Unwraps the list of AffiliationVOs.
@return The list of AffiliationVOs
public
setAffiliationVOList(
   List affiliationVOList):void
Sequential
Notes: Wraps a list of AffiliationVOs.