public class

GetEntriesCountRequestType

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

Class Overview

Java class for get_entries_countRequestType complex type.

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

 <complexType name="get_entries_countRequestType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="session" type="{http://www.w3.org/2001/XMLSchema}string" form="unqualified"/>
         <element name="module_name" type="{http://www.w3.org/2001/XMLSchema}string" form="unqualified"/>
         <element name="query" type="{http://www.w3.org/2001/XMLSchema}string" form="unqualified"/>
         <element name="deleted" type="{http://www.w3.org/2001/XMLSchema}int" form="unqualified"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected int deleted
protected String moduleName
protected String query
protected String session
Public Constructors
GetEntriesCountRequestType()
Public Methods
int getDeleted()
Gets the value of the deleted property.
String getModuleName()
Gets the value of the moduleName property.
String getQuery()
Gets the value of the query property.
String getSession()
Gets the value of the session property.
void setDeleted(int value)
Sets the value of the deleted property.
void setModuleName(String value)
Sets the value of the moduleName property.
void setQuery(String value)
Sets the value of the query property.
void setSession(String value)
Sets the value of the session property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected int deleted

protected String moduleName

protected String query

protected String session

Public Constructors

public GetEntriesCountRequestType ()

Public Methods

public int getDeleted ()

Gets the value of the deleted property.

public String getModuleName ()

Gets the value of the moduleName property.

Returns
  • possible object is String

public String getQuery ()

Gets the value of the query property.

Returns
  • possible object is String

public String getSession ()

Gets the value of the session property.

Returns
  • possible object is String

public void setDeleted (int value)

Sets the value of the deleted property.

Parameters
value

public void setModuleName (String value)

Sets the value of the moduleName property.

Parameters
value Allowed object is String

public void setQuery (String value)

Sets the value of the query property.

Parameters
value Allowed object is String

public void setSession (String value)

Sets the value of the session property.

Parameters
value Allowed object is String