public class LastViewedEntry extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
dateModified |
protected String |
id |
protected String |
itemId |
protected String |
itemSummary |
protected String |
moduleName |
protected String |
monitorId |
| Constructor and Description |
|---|
LastViewedEntry() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected String id
protected String itemId
protected String itemSummary
protected String moduleName
protected String monitorId
protected String dateModified
public void setId(String value)
value - allowed object is
Stringpublic String getItemId()
Stringpublic void setItemId(String value)
value - allowed object is
Stringpublic String getItemSummary()
Stringpublic void setItemSummary(String value)
value - allowed object is
Stringpublic String getModuleName()
Stringpublic void setModuleName(String value)
value - allowed object is
Stringpublic String getMonitorId()
Stringpublic void setMonitorId(String value)
value - allowed object is
Stringpublic String getDateModified()
StringCopyright © 2007–2015 The Apache Software Foundation. All rights reserved.