public class

UpcomingActivityEntry

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

Class Overview

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>
 

Summary

Fields
protected String dateDue
protected String id
protected String module
protected String summary
Public Constructors
UpcomingActivityEntry()
Public Methods
String getDateDue()
Gets the value of the dateDue property.
String getId()
Gets the value of the id property.
String getModule()
Gets the value of the module property.
String getSummary()
Gets the value of the summary property.
void setDateDue(String value)
Sets the value of the dateDue property.
void setId(String value)
Sets the value of the id property.
void setModule(String value)
Sets the value of the module property.
void setSummary(String value)
Sets the value of the summary property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String dateDue

protected String id

protected String module

protected String summary

Public Constructors

public UpcomingActivityEntry ()

Public Methods

public String getDateDue ()

Gets the value of the dateDue property.

Returns
  • possible object is String

public String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public String getModule ()

Gets the value of the module property.

Returns
  • possible object is String

public String getSummary ()

Gets the value of the summary property.

Returns
  • possible object is String

public void setDateDue (String value)

Sets the value of the dateDue 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 setModule (String value)

Sets the value of the module property.

Parameters
value Allowed object is String

public void setSummary (String value)

Sets the value of the summary property.

Parameters
value Allowed object is String