class: GrantVOListWrapper

public class: GrantVOListWrapper
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:28; Modified: 16.07.2009 15:14:28;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {D7162740-9F88-4ff6-A4F6-A238BD6E4809}
This class is used by the XML transforming classes to wrap a list of GrantVOs. The reason for this is that JiBX cannot bind directly to ArrayLists.
 

Goto: Custom Properties, Fields, Methods

Appears in: wrappers

Custom Properties
 
GrantVOListWrapper Attributes
Attribute Details
private List
  grantVOList
Notes: The wrapped list of GrantVOs.
 
GrantVOListWrapper Methods
Operation Details
public
getGrantVOList():List
Sequential
Notes: Unwraps the list of GrantVOs.
@return The list of GrantVOs
public
setGrantVOList(
   List grantVOList):void
Sequential
Notes: Wraps a list of GrantVOs.