class: AffiliationPathVOListWrapper

public class: AffiliationPathVOListWrapper
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:25; Modified: 16.07.2009 15:14:25;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {8ECB056A-F05F-455a-8549-9C0CC0E48E16}
This class is used by the XML transforming classes to wrap a list of AffiliationPathVOs. The reason for this is that JiBX cannot bind directly to ArrayLists.
 

Goto: Custom Properties, Fields, Methods

Appears in: wrappers

Custom Properties
 
AffiliationPathVOListWrapper Attributes
Attribute Details
private List
  affiliationPathVOList
Notes: The wrapped list of AffiliationPathVOs.
 
AffiliationPathVOListWrapper Methods
Operation Details
public
getAffiliationPathVOList():List
Sequential
Notes: Unwraps the list of AffiliationPathVOs.
@return The list of AffiliationPathVOs
public
setAffiliationPathVOList(
   List affiliationPathVOList):void
Sequential
Notes: Wraps a list of AffiliationPathVOs.