| java.lang.Object | |||
| ↳ | org.mule.modules.taleo.model.EntityBean | ||
| ↳ | org.mule.modules.taleo.model.FlexEntityBean | ||
| ↳ | org.mule.modules.taleo.model.FlexRollingEntityBean | ||
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| entityId | |||||||||||
| entityType | |||||||||||
| subType | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.taleo.model.FlexEntityBean
| |||||||||||
From class
org.mule.modules.taleo.model.EntityBean
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the entityId property.
| |||||||||||
Gets the value of the entityType property.
| |||||||||||
Gets the value of the subType property.
| |||||||||||
Sets the value of the entityId property.
| |||||||||||
Sets the value of the entityType property.
| |||||||||||
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
| |||||||||||
Gets the value of the entityId property.
Gets the value of the entityType property.
Gets the value of the subType property.
Sets the value of the entityId property.
| value |
|---|
Sets the value of the entityType property.
| value | Allowed object is String |
|---|
Sets the value of the subType property.
| value | Allowed object is String |
|---|