public class

FlexRollingEntityBean

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

Class Overview

Java class for FlexRollingEntityBean complex type.

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

 <complexType name="FlexRollingEntityBean">
   <complexContent>
     <extension base="{urn:TBEWebAPI}FlexEntityBean">
       <sequence>
         <element name="entityType" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="entityId" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="subType" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected long entityId
protected String entityType
protected String subType
[Expand]
Inherited Fields
From class org.mule.modules.taleo.model.FlexEntityBean
From class org.mule.modules.taleo.model.EntityBean
Public Constructors
FlexRollingEntityBean()
Public Methods
long getEntityId()
Gets the value of the entityId property.
String getEntityType()
Gets the value of the entityType property.
String getSubType()
Gets the value of the subType property.
void setEntityId(long value)
Sets the value of the entityId property.
void setEntityType(String value)
Sets the value of the entityType property.
void setSubType(String value)
Sets the value of the subType property.
[Expand]
Inherited Methods
From class org.mule.modules.taleo.model.FlexEntityBean
From class org.mule.modules.taleo.model.EntityBean
From class java.lang.Object

Fields

protected long entityId

protected String entityType

protected String subType

Public Constructors

public FlexRollingEntityBean ()

Public Methods

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 getSubType ()

Gets the value of the subType property.

Returns
  • possible object is String

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 setSubType (String value)

Sets the value of the subType property.

Parameters
value Allowed object is String