public class

LookupBean

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

Class Overview

Java class for LookupBean complex type.

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

 <complexType name="LookupBean">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="integrationCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String displayName
protected String integrationCode
Public Constructors
LookupBean()
Public Methods
String getDisplayName()
Gets the value of the displayName property.
String getIntegrationCode()
Gets the value of the integrationCode property.
void setDisplayName(String value)
Sets the value of the displayName property.
void setIntegrationCode(String value)
Sets the value of the integrationCode property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String displayName

protected String integrationCode

Public Constructors

public LookupBean ()

Public Methods

public String getDisplayName ()

Gets the value of the displayName property.

Returns
  • possible object is String

public String getIntegrationCode ()

Gets the value of the integrationCode property.

Returns
  • possible object is String

public void setDisplayName (String value)

Sets the value of the displayName property.

Parameters
value Allowed object is String

public void setIntegrationCode (String value)

Sets the value of the integrationCode property.

Parameters
value Allowed object is String