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

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

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

Result containing a list of OrgModelEntityID entries.

©2012 Cloud Software Group, Inc.

Since:
2.0.0
See Also:
OrgModelEntityID

Constructor Summary
OrgModelEntityIDResult(java.util.ArrayList<OrgModelEntityID> entities)
          Constructor for OrgModelEntityIDResult.
 
Method Summary
 java.util.ArrayList<OrgModelEntityID> getEntities()
          List of the entries.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrgModelEntityIDResult

public OrgModelEntityIDResult(java.util.ArrayList<OrgModelEntityID> entities)
Constructor for OrgModelEntityIDResult.

Parameters:
entities -
Method Detail

getEntities

public java.util.ArrayList<OrgModelEntityID> getEntities()
List of the entries.

Returns:
Returns the entities.


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