| java.lang.Object | |
| ↳ | com.sugarcrm.sugarcrm.UpcomingActivityEntry |
Java class for upcoming_activity_entry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="upcoming_activity_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="module" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="date_due" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="summary" type="{http://www.w3.org/2001/XMLSchema}string"/>
</all>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| dateDue | |||||||||||
| id | |||||||||||
| module | |||||||||||
| summary | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the dateDue property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the module property.
| |||||||||||
Gets the value of the summary property.
| |||||||||||
Sets the value of the dateDue property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the module property.
| |||||||||||
Sets the value of the summary property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the dateDue property.
Gets the value of the id property.
Gets the value of the module property.
Gets the value of the summary property.
Sets the value of the dateDue property.
| value | Allowed object is String |
|---|
Sets the value of the id property.
| value | Allowed object is String |
|---|
Sets the value of the module property.
| value | Allowed object is String |
|---|
Sets the value of the summary property.
| value | Allowed object is String |
|---|