public class

HistoryBean

extends Object
java.lang.Object
   ↳ org.mule.modules.taleo.model.HistoryBean

Class Overview

Java class for HistoryBean complex type.

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

 <complexType name="HistoryBean">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="creationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="emailText" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="text" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="userName" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected XMLGregorianCalendar creationDate
protected String emailText
protected long id
protected String text
protected String userName
Public Constructors
HistoryBean()
Public Methods
XMLGregorianCalendar getCreationDate()
Gets the value of the creationDate property.
String getEmailText()
Gets the value of the emailText property.
long getId()
Gets the value of the id property.
String getText()
Gets the value of the text property.
String getUserName()
Gets the value of the userName property.
void setCreationDate(XMLGregorianCalendar value)
Sets the value of the creationDate property.
void setEmailText(String value)
Sets the value of the emailText property.
void setId(long value)
Sets the value of the id property.
void setText(String value)
Sets the value of the text property.
void setUserName(String value)
Sets the value of the userName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected XMLGregorianCalendar creationDate

protected String emailText

protected long id

protected String text

protected String userName

Public Constructors

public HistoryBean ()

Public Methods

public XMLGregorianCalendar getCreationDate ()

Gets the value of the creationDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getEmailText ()

Gets the value of the emailText property.

Returns
  • possible object is String

public long getId ()

Gets the value of the id property.

public String getText ()

Gets the value of the text property.

Returns
  • possible object is String

public String getUserName ()

Gets the value of the userName property.

Returns
  • possible object is String

public void setCreationDate (XMLGregorianCalendar value)

Sets the value of the creationDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setEmailText (String value)

Sets the value of the emailText property.

Parameters
value Allowed object is String

public void setId (long value)

Sets the value of the id property.

Parameters
value

public void setText (String value)

Sets the value of the text property.

Parameters
value Allowed object is String

public void setUserName (String value)

Sets the value of the userName property.

Parameters
value Allowed object is String