public class

TaskBean

extends EntityBean
java.lang.Object
   ↳ org.mule.modules.taleo.model.EntityBean
     ↳ org.mule.modules.taleo.model.TaskBean

Class Overview

Java class for TaskBean complex type.

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

 <complexType name="TaskBean">
   <complexContent>
     <extension base="{urn:TBEWebAPI}EntityBean">
       <sequence>
         <element name="assignedTo" type="{urn:TBEWebAPI}ArrayOfParticipantBean"/>
         <element name="creator" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="dueDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="entityId" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="entityType" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="priority" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="subject" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ArrayOfParticipantBean assignedTo
protected String creator
protected String description
protected XMLGregorianCalendar dueDate
protected long entityId
protected String entityType
protected String priority
protected String subject
[Expand]
Inherited Fields
From class org.mule.modules.taleo.model.EntityBean
Public Constructors
TaskBean()
Public Methods
ArrayOfParticipantBean getAssignedTo()
Gets the value of the assignedTo property.
String getCreator()
Gets the value of the creator property.
String getDescription()
Gets the value of the description property.
XMLGregorianCalendar getDueDate()
Gets the value of the dueDate property.
long getEntityId()
Gets the value of the entityId property.
String getEntityType()
Gets the value of the entityType property.
String getPriority()
Gets the value of the priority property.
String getSubject()
Gets the value of the subject property.
void setAssignedTo(ArrayOfParticipantBean value)
Sets the value of the assignedTo property.
void setCreator(String value)
Sets the value of the creator property.
void setDescription(String value)
Sets the value of the description property.
void setDueDate(XMLGregorianCalendar value)
Sets the value of the dueDate property.
void setEntityId(long value)
Sets the value of the entityId property.
void setEntityType(String value)
Sets the value of the entityType property.
void setPriority(String value)
Sets the value of the priority property.
void setSubject(String value)
Sets the value of the subject property.
[Expand]
Inherited Methods
From class org.mule.modules.taleo.model.EntityBean
From class java.lang.Object

Fields

protected ArrayOfParticipantBean assignedTo

protected String creator

protected String description

protected XMLGregorianCalendar dueDate

protected long entityId

protected String entityType

protected String priority

protected String subject

Public Constructors

public TaskBean ()

Public Methods

public ArrayOfParticipantBean getAssignedTo ()

Gets the value of the assignedTo property.

Returns

public String getCreator ()

Gets the value of the creator property.

Returns
  • possible object is String

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public XMLGregorianCalendar getDueDate ()

Gets the value of the dueDate property.

Returns
  • possible object is XMLGregorianCalendar

public long getEntityId ()

Gets the value of the entityId property.

public String getEntityType ()

Gets the value of the entityType property.

Returns
  • possible object is String

public String getPriority ()

Gets the value of the priority property.

Returns
  • possible object is String

public String getSubject ()

Gets the value of the subject property.

Returns
  • possible object is String

public void setAssignedTo (ArrayOfParticipantBean value)

Sets the value of the assignedTo property.

Parameters
value Allowed object is ArrayOfParticipantBean

public void setCreator (String value)

Sets the value of the creator property.

Parameters
value Allowed object is String

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setDueDate (XMLGregorianCalendar value)

Sets the value of the dueDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setEntityId (long value)

Sets the value of the entityId property.

Parameters
value

public void setEntityType (String value)

Sets the value of the entityType property.

Parameters
value Allowed object is String

public void setPriority (String value)

Sets the value of the priority property.

Parameters
value Allowed object is String

public void setSubject (String value)

Sets the value of the subject property.

Parameters
value Allowed object is String