public class

NewSetEntriesResult

extends Object
java.lang.Object
   ↳ com.sugarcrm.sugarcrm.NewSetEntriesResult

Class Overview

Java class for new_set_entries_result complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="new_set_entries_result">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="ids" type="{http://www.sugarcrm.com/sugarcrm}select_fields"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SelectFields ids
Public Constructors
NewSetEntriesResult()
Public Methods
SelectFields getIds()
Gets the value of the ids property.
void setIds(SelectFields value)
Sets the value of the ids property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SelectFields ids

Public Constructors

public NewSetEntriesResult ()

Public Methods

public SelectFields getIds ()

Gets the value of the ids property.

Returns

public void setIds (SelectFields value)

Sets the value of the ids property.

Parameters
value Allowed object is SelectFields