| java.lang.Object | |
| ↳ | com.sugarcrm.sugarcrm.LastViewedEntry |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| dateModified | |||||||||||
| id | |||||||||||
| itemId | |||||||||||
| itemSummary | |||||||||||
| moduleName | |||||||||||
| monitorId | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the dateModified property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the itemId property.
| |||||||||||
Gets the value of the itemSummary property.
| |||||||||||
Gets the value of the moduleName property.
| |||||||||||
Gets the value of the monitorId property.
| |||||||||||
Sets the value of the dateModified property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the itemId property.
| |||||||||||
Sets the value of the itemSummary property.
| |||||||||||
Sets the value of the moduleName property.
| |||||||||||
Sets the value of the monitorId property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the dateModified property.
Gets the value of the id property.
Gets the value of the itemId property.
Gets the value of the itemSummary property.
Gets the value of the moduleName property.
Gets the value of the monitorId property.
Sets the value of the dateModified property.
| value | Allowed object is String |
|---|
Sets the value of the id property.
| value | Allowed object is String |
|---|
Sets the value of the itemId property.
| value | Allowed object is String |
|---|
Sets the value of the itemSummary property.
| value | Allowed object is String |
|---|
Sets the value of the moduleName property.
| value | Allowed object is String |
|---|
Sets the value of the monitorId property.
| value | Allowed object is String |
|---|