public class

GetEntryResultVersion2

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

Class Overview

Java class for get_entry_result_version2 complex type.

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

 <complexType name="get_entry_result_version2">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <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 LinkLists relationshipList
Public Constructors
GetEntryResultVersion2()
Public Methods
EntryList getEntryList()
Gets the value of the entryList property.
LinkLists getRelationshipList()
Gets the value of the relationshipList property.
void setEntryList(EntryList value)
Sets the value of the entryList property.
void setRelationshipList(LinkLists value)
Sets the value of the relationshipList property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected EntryList entryList

protected LinkLists relationshipList

Public Constructors

public GetEntryResultVersion2 ()

Public Methods

public EntryList getEntryList ()

Gets the value of the entryList property.

Returns

public LinkLists getRelationshipList ()

Gets the value of the relationshipList property.

Returns

public void setEntryList (EntryList value)

Sets the value of the entryList property.

Parameters
value Allowed object is EntryList

public void setRelationshipList (LinkLists value)

Sets the value of the relationshipList property.

Parameters
value Allowed object is LinkLists