| java.lang.Object | |
| ↳ | org.mule.modules.taleo.model.ContactLogBean |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| comments | |||||||||||
| contactDate | |||||||||||
| creationDate | |||||||||||
| creator | |||||||||||
| entityId | |||||||||||
| entityType | |||||||||||
| id | |||||||||||
| lastUpdated | |||||||||||
| subject | |||||||||||
| typeNo | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the comments property.
| |||||||||||
Gets the value of the contactDate property.
| |||||||||||
Gets the value of the creationDate property.
| |||||||||||
Gets the value of the creator property.
| |||||||||||
Gets the value of the entityId property.
| |||||||||||
Gets the value of the entityType property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the lastUpdated property.
| |||||||||||
Gets the value of the subject property.
| |||||||||||
Gets the value of the typeNo property.
| |||||||||||
Sets the value of the comments property.
| |||||||||||
Sets the value of the contactDate property.
| |||||||||||
Sets the value of the creationDate property.
| |||||||||||
Sets the value of the creator property.
| |||||||||||
Sets the value of the entityId property.
| |||||||||||
Sets the value of the entityType property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the lastUpdated property.
| |||||||||||
Sets the value of the subject property.
| |||||||||||
Sets the value of the typeNo property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the comments property.
Gets the value of the contactDate property.
Gets the value of the creationDate property.
Gets the value of the creator property.
Gets the value of the entityId property.
Gets the value of the entityType property.
Gets the value of the id property.
Gets the value of the lastUpdated property.
Gets the value of the subject property.
Gets the value of the typeNo property.
Sets the value of the comments property.
| value | Allowed object is String |
|---|
Sets the value of the contactDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the creationDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the creator property.
| value | Allowed object is String |
|---|
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 id property.
| value |
|---|
Sets the value of the lastUpdated property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the subject property.
| value | Allowed object is String |
|---|
Sets the value of the typeNo property.
| value |
|---|