public class

ContactLogBean

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

Class Overview

Java class for ContactLogBean complex type.

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

 <complexType name="ContactLogBean">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="comments" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="contactDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="creationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="creator" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="entityId" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="entityType" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="lastUpdated" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="subject" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="typeNo" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String comments
protected XMLGregorianCalendar contactDate
protected XMLGregorianCalendar creationDate
protected String creator
protected long entityId
protected String entityType
protected long id
protected XMLGregorianCalendar lastUpdated
protected String subject
protected int typeNo
Public Constructors
ContactLogBean()
Public Methods
String getComments()
Gets the value of the comments property.
XMLGregorianCalendar getContactDate()
Gets the value of the contactDate property.
XMLGregorianCalendar getCreationDate()
Gets the value of the creationDate property.
String getCreator()
Gets the value of the creator property.
long getEntityId()
Gets the value of the entityId property.
String getEntityType()
Gets the value of the entityType property.
long getId()
Gets the value of the id property.
XMLGregorianCalendar getLastUpdated()
Gets the value of the lastUpdated property.
String getSubject()
Gets the value of the subject property.
int getTypeNo()
Gets the value of the typeNo property.
void setComments(String value)
Sets the value of the comments property.
void setContactDate(XMLGregorianCalendar value)
Sets the value of the contactDate property.
void setCreationDate(XMLGregorianCalendar value)
Sets the value of the creationDate property.
void setCreator(String value)
Sets the value of the creator property.
void setEntityId(long value)
Sets the value of the entityId property.
void setEntityType(String value)
Sets the value of the entityType property.
void setId(long value)
Sets the value of the id property.
void setLastUpdated(XMLGregorianCalendar value)
Sets the value of the lastUpdated property.
void setSubject(String value)
Sets the value of the subject property.
void setTypeNo(int value)
Sets the value of the typeNo property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String comments

protected XMLGregorianCalendar contactDate

protected XMLGregorianCalendar creationDate

protected String creator

protected long entityId

protected String entityType

protected long id

protected XMLGregorianCalendar lastUpdated

protected String subject

protected int typeNo

Public Constructors

public ContactLogBean ()

Public Methods

public String getComments ()

Gets the value of the comments property.

Returns
  • possible object is String

public XMLGregorianCalendar getContactDate ()

Gets the value of the contactDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getCreationDate ()

Gets the value of the creationDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getCreator ()

Gets the value of the creator property.

Returns
  • possible object is String

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

Gets the value of the subject property.

Returns
  • possible object is String

public int getTypeNo ()

Gets the value of the typeNo property.

public void setComments (String value)

Sets the value of the comments property.

Parameters
value Allowed object is String

public void setContactDate (XMLGregorianCalendar value)

Sets the value of the contactDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setCreationDate (XMLGregorianCalendar value)

Sets the value of the creationDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setCreator (String value)

Sets the value of the creator property.

Parameters
value Allowed 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 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 setSubject (String value)

Sets the value of the subject property.

Parameters
value Allowed object is String

public void setTypeNo (int value)

Sets the value of the typeNo property.

Parameters
value