public class

LastViewedEntry

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

Class Overview

Java class for last_viewed_entry complex type.

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

 <complexType name="last_viewed_entry">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="item_id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="item_summary" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="module_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="monitor_id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="date_modified" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String dateModified
protected String id
protected String itemId
protected String itemSummary
protected String moduleName
protected String monitorId
Public Constructors
LastViewedEntry()
Public Methods
String getDateModified()
Gets the value of the dateModified property.
String getId()
Gets the value of the id property.
String getItemId()
Gets the value of the itemId property.
String getItemSummary()
Gets the value of the itemSummary property.
String getModuleName()
Gets the value of the moduleName property.
String getMonitorId()
Gets the value of the monitorId property.
void setDateModified(String value)
Sets the value of the dateModified property.
void setId(String value)
Sets the value of the id property.
void setItemId(String value)
Sets the value of the itemId property.
void setItemSummary(String value)
Sets the value of the itemSummary property.
void setModuleName(String value)
Sets the value of the moduleName property.
void setMonitorId(String value)
Sets the value of the monitorId property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String dateModified

protected String id

protected String itemId

protected String itemSummary

protected String moduleName

protected String monitorId

Public Constructors

public LastViewedEntry ()

Public Methods

public String getDateModified ()

Gets the value of the dateModified property.

Returns
  • possible object is String

public String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public String getItemId ()

Gets the value of the itemId property.

Returns
  • possible object is String

public String getItemSummary ()

Gets the value of the itemSummary property.

Returns
  • possible object is String

public String getModuleName ()

Gets the value of the moduleName property.

Returns
  • possible object is String

public String getMonitorId ()

Gets the value of the monitorId property.

Returns
  • possible object is String

public void setDateModified (String value)

Sets the value of the dateModified property.

Parameters
value Allowed object is String

public void setId (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setItemId (String value)

Sets the value of the itemId property.

Parameters
value Allowed object is String

public void setItemSummary (String value)

Sets the value of the itemSummary 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 setMonitorId (String value)

Sets the value of the monitorId property.

Parameters
value Allowed object is String