public class

EntryValue

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

Class Overview

Java class for entry_value complex type.

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

 <complexType name="entry_value">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="module_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="name_value_list" type="{http://www.sugarcrm.com/sugarcrm}name_value_list"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String id
protected String moduleName
protected NameValueList nameValueList
Public Constructors
EntryValue()
Public Methods
String getId()
Gets the value of the id property.
String getModuleName()
Gets the value of the moduleName property.
NameValueList getNameValueList()
Gets the value of the nameValueList property.
void setId(String value)
Sets the value of the id property.
void setModuleName(String value)
Sets the value of the moduleName property.
void setNameValueList(NameValueList value)
Sets the value of the nameValueList property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String id

protected String moduleName

protected NameValueList nameValueList

Public Constructors

public EntryValue ()

Public Methods

public String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public String getModuleName ()

Gets the value of the moduleName property.

Returns
  • possible object is String

public NameValueList getNameValueList ()

Gets the value of the nameValueList property.

Returns

public void setId (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setModuleName (String value)

Sets the value of the moduleName property.

Parameters
value Allowed object is String

public void setNameValueList (NameValueList value)

Sets the value of the nameValueList property.

Parameters
value Allowed object is NameValueList