public class

GetLastViewedRequestType

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

Class Overview

Java class for get_last_viewedRequestType complex type.

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

 <complexType name="get_last_viewedRequestType">
   <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_names" type="{http://www.sugarcrm.com/sugarcrm}module_names" form="unqualified"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ModuleNames moduleNames
protected String session
Public Constructors
GetLastViewedRequestType()
Public Methods
ModuleNames getModuleNames()
Gets the value of the moduleNames property.
String getSession()
Gets the value of the session property.
void setModuleNames(ModuleNames value)
Sets the value of the moduleNames property.
void setSession(String value)
Sets the value of the session property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ModuleNames moduleNames

protected String session

Public Constructors

public GetLastViewedRequestType ()

Public Methods

public ModuleNames getModuleNames ()

Gets the value of the moduleNames property.

Returns

public String getSession ()

Gets the value of the session property.

Returns
  • possible object is String

public void setModuleNames (ModuleNames value)

Sets the value of the moduleNames property.

Parameters
value Allowed object is ModuleNames

public void setSession (String value)

Sets the value of the session property.

Parameters
value Allowed object is String