com.tibco.bpm.web.client.services.results
Class GetOfferSetResult

java.lang.Object
  extended by com.tibco.bpm.web.client.services.results.GetOfferSetResult
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, net.customware.gwt.dispatch.shared.Result

public class GetOfferSetResult
extends java.lang.Object
implements net.customware.gwt.dispatch.shared.Result

List of ItemDetail entries which make up the offer set for the Work Item.

©2011 Cloud Software Group, Inc.

Since:
1.2.0
See Also:
ItemDetail

Constructor Summary
GetOfferSetResult(java.util.ArrayList<ItemDetail> itemDetail)
          Constructor.
 
Method Summary
 java.util.ArrayList<ItemDetail> getItemDetail()
          List of ItemDetail entries in the offer set.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetOfferSetResult

public GetOfferSetResult(java.util.ArrayList<ItemDetail> itemDetail)
Constructor.

Parameters:
itemDetail -
Method Detail

getItemDetail

public java.util.ArrayList<ItemDetail> getItemDetail()
List of ItemDetail entries in the offer set.

Returns:
Returns the itemDetail.


Copyright © 2015 Cloud Software Group, Inc. All Rights Reserved.