public class

EntityBean

extends Object
java.lang.Object
   ↳ org.mule.modules.taleo.model.EntityBean
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

Java class for EntityBean complex type.

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

 <complexType name="EntityBean">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="creationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="flexValues" type="{urn:TBEWebAPI}ArrayOfFlexFieldBean"/>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="lastUpdated" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="status" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected XMLGregorianCalendar creationDate
protected ArrayOfFlexFieldBean flexValues
protected long id
protected XMLGregorianCalendar lastUpdated
protected String status
Public Constructors
EntityBean()
Public Methods
XMLGregorianCalendar getCreationDate()
Gets the value of the creationDate property.
ArrayOfFlexFieldBean getFlexValues()
Gets the value of the flexValues property.
long getId()
Gets the value of the id property.
XMLGregorianCalendar getLastUpdated()
Gets the value of the lastUpdated property.
String getStatus()
Gets the value of the status property.
void setCreationDate(XMLGregorianCalendar value)
Sets the value of the creationDate property.
void setFlexValues(ArrayOfFlexFieldBean value)
Sets the value of the flexValues property.
void setId(long value)
Sets the value of the id property.
void setLastUpdated(XMLGregorianCalendar value)
Sets the value of the lastUpdated property.
void setStatus(String value)
Sets the value of the status property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected XMLGregorianCalendar creationDate

protected ArrayOfFlexFieldBean flexValues

protected long id

protected XMLGregorianCalendar lastUpdated

protected String status

Public Constructors

public EntityBean ()

Public Methods

public XMLGregorianCalendar getCreationDate ()

Gets the value of the creationDate property.

Returns
  • possible object is XMLGregorianCalendar

public ArrayOfFlexFieldBean getFlexValues ()

Gets the value of the flexValues property.

Returns

public long getId ()

Gets the value of the id property.

public XMLGregorianCalendar getLastUpdated ()

Gets the value of the lastUpdated property.

Returns
  • possible object is XMLGregorianCalendar

public String getStatus ()

Gets the value of the status 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 setFlexValues (ArrayOfFlexFieldBean value)

Sets the value of the flexValues property.

Parameters
value Allowed object is ArrayOfFlexFieldBean

public void setId (long value)

Sets the value of the id property.

Parameters
value

public void setLastUpdated (XMLGregorianCalendar value)

Sets the value of the lastUpdated property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setStatus (String value)

Sets the value of the status property.

Parameters
value Allowed object is String