public class

GetEntriesCountResult

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

Class Overview

Java class for get_entries_count_result complex type.

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

 <complexType name="get_entries_count_result">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="result_count" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected int resultCount
Public Constructors
GetEntriesCountResult()
Public Methods
int getResultCount()
Gets the value of the resultCount property.
void setResultCount(int value)
Sets the value of the resultCount property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected int resultCount

Public Constructors

public GetEntriesCountResult ()

Public Methods

public int getResultCount ()

Gets the value of the resultCount property.

public void setResultCount (int value)

Sets the value of the resultCount property.

Parameters
value