public class

GetEntryListResultVersion2

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

Class Overview

Java class for get_entry_list_result_version2 complex type.

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

 <complexType name="get_entry_list_result_version2">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="result_count" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="total_count" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="next_offset" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="entry_list" type="{http://www.sugarcrm.com/sugarcrm}entry_list"/>
         <element name="relationship_list" type="{http://www.sugarcrm.com/sugarcrm}link_lists"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected EntryList entryList
protected int nextOffset
protected LinkLists relationshipList
protected int resultCount
protected int totalCount
Public Constructors
GetEntryListResultVersion2()
Public Methods
EntryList getEntryList()
Gets the value of the entryList property.
int getNextOffset()
Gets the value of the nextOffset property.
LinkLists getRelationshipList()
Gets the value of the relationshipList property.
int getResultCount()
Gets the value of the resultCount property.
int getTotalCount()
Gets the value of the totalCount property.
void setEntryList(EntryList value)
Sets the value of the entryList property.
void setNextOffset(int value)
Sets the value of the nextOffset property.
void setRelationshipList(LinkLists value)
Sets the value of the relationshipList property.
void setResultCount(int value)
Sets the value of the resultCount property.
void setTotalCount(int value)
Sets the value of the totalCount property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected EntryList entryList

protected int nextOffset

protected LinkLists relationshipList

protected int resultCount

protected int totalCount

Public Constructors

public GetEntryListResultVersion2 ()

Public Methods

public EntryList getEntryList ()

Gets the value of the entryList property.

Returns

public int getNextOffset ()

Gets the value of the nextOffset property.

public LinkLists getRelationshipList ()

Gets the value of the relationshipList property.

Returns

public int getResultCount ()

Gets the value of the resultCount property.

public int getTotalCount ()

Gets the value of the totalCount property.

public void setEntryList (EntryList value)

Sets the value of the entryList property.

Parameters
value Allowed object is EntryList

public void setNextOffset (int value)

Sets the value of the nextOffset property.

Parameters
value

public void setRelationshipList (LinkLists value)

Sets the value of the relationshipList property.

Parameters
value Allowed object is LinkLists

public void setResultCount (int value)

Sets the value of the resultCount property.

Parameters
value

public void setTotalCount (int value)

Sets the value of the totalCount property.

Parameters
value