public class

PersonInterest

extends DataObject
java.lang.Object
   ↳ org.mule.modules.oracle.model.AbstractDataObject
     ↳ com.oracle.xmlns.svc.DataObject
       ↳ com.oracle.xmlns.apps.ar.hz.service.party.PersonInterest

Class Overview

Person Interest object

Java class for PersonInterest complex type.

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

 <complexType name="PersonInterest">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/svc}DataObject">
       <sequence>
         <element name="ActionType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PersonInterestId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="LevelOfInterest" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PersonId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="LevelOfParticipation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="InterestTypeCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Comments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SportIndicator" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SubInterestTypeCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="InterestName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Team" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Since" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ProgramUpdateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="CreatedByModule" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CreatedByName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CreationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="LastUpdateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="LastUpdatedByName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String actionType
protected String comments
protected String createdByModule
protected String createdByName
protected Calendar creationDate
protected String interestName
protected String interestTypeCode
protected Calendar lastUpdateDate
protected String lastUpdatedByName
protected String levelOfInterest
protected String levelOfParticipation
protected BigDecimal personId
protected BigDecimal personInterestId
protected Calendar programUpdateDate
protected Calendar since
protected String sportIndicator
protected String status
protected String subInterestTypeCode
protected String team
Public Constructors
PersonInterest()
Public Methods
String getActionType()
Gets the value of the actionType property.
String getComments()
Gets the value of the comments property.
String getCreatedByModule()
Gets the value of the createdByModule property.
String getCreatedByName()
Gets the value of the createdByName property.
Calendar getCreationDate()
Gets the value of the creationDate property.
String getInterestName()
Gets the value of the interestName property.
String getInterestTypeCode()
Gets the value of the interestTypeCode property.
Calendar getLastUpdateDate()
Gets the value of the lastUpdateDate property.
String getLastUpdatedByName()
Gets the value of the lastUpdatedByName property.
String getLevelOfInterest()
Gets the value of the levelOfInterest property.
String getLevelOfParticipation()
Gets the value of the levelOfParticipation property.
BigDecimal getPersonId()
Gets the value of the personId property.
BigDecimal getPersonInterestId()
Gets the value of the personInterestId property.
Calendar getProgramUpdateDate()
Gets the value of the programUpdateDate property.
Calendar getSince()
Gets the value of the since property.
String getSportIndicator()
Gets the value of the sportIndicator property.
String getStatus()
Gets the value of the status property.
String getSubInterestTypeCode()
Gets the value of the subInterestTypeCode property.
String getTeam()
Gets the value of the team property.
void setActionType(String value)
Sets the value of the actionType property.
void setComments(String value)
Sets the value of the comments property.
void setCreatedByModule(String value)
Sets the value of the createdByModule property.
void setCreatedByName(String value)
Sets the value of the createdByName property.
void setCreationDate(Calendar value)
Sets the value of the creationDate property.
void setInterestName(String value)
Sets the value of the interestName property.
void setInterestTypeCode(String value)
Sets the value of the interestTypeCode property.
void setLastUpdateDate(Calendar value)
Sets the value of the lastUpdateDate property.
void setLastUpdatedByName(String value)
Sets the value of the lastUpdatedByName property.
void setLevelOfInterest(String value)
Sets the value of the levelOfInterest property.
void setLevelOfParticipation(String value)
Sets the value of the levelOfParticipation property.
void setPersonId(BigDecimal value)
Sets the value of the personId property.
void setPersonInterestId(BigDecimal value)
Sets the value of the personInterestId property.
void setProgramUpdateDate(Calendar value)
Sets the value of the programUpdateDate property.
void setSince(Calendar value)
Sets the value of the since property.
void setSportIndicator(String value)
Sets the value of the sportIndicator property.
void setStatus(String value)
Sets the value of the status property.
void setSubInterestTypeCode(String value)
Sets the value of the subInterestTypeCode property.
void setTeam(String value)
Sets the value of the team property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected String actionType

protected String comments

protected String createdByModule

protected String createdByName

protected Calendar creationDate

protected String interestName

protected String interestTypeCode

protected Calendar lastUpdateDate

protected String lastUpdatedByName

protected String levelOfInterest

protected String levelOfParticipation

protected BigDecimal personId

protected BigDecimal personInterestId

protected Calendar programUpdateDate

protected Calendar since

protected String sportIndicator

protected String status

protected String subInterestTypeCode

protected String team

Public Constructors

public PersonInterest ()

Public Methods

public String getActionType ()

Gets the value of the actionType property.

Returns
  • possible object is String

public String getComments ()

Gets the value of the comments property.

Returns
  • possible object is String

public String getCreatedByModule ()

Gets the value of the createdByModule property.

Returns
  • possible object is String

public String getCreatedByName ()

Gets the value of the createdByName property.

Returns
  • possible object is String

public Calendar getCreationDate ()

Gets the value of the creationDate property.

Returns
  • possible object is String

public String getInterestName ()

Gets the value of the interestName property.

Returns
  • possible object is String

public String getInterestTypeCode ()

Gets the value of the interestTypeCode property.

Returns
  • possible object is String

public Calendar getLastUpdateDate ()

Gets the value of the lastUpdateDate property.

Returns
  • possible object is String

public String getLastUpdatedByName ()

Gets the value of the lastUpdatedByName property.

Returns
  • possible object is String

public String getLevelOfInterest ()

Gets the value of the levelOfInterest property.

Returns
  • possible object is String

public String getLevelOfParticipation ()

Gets the value of the levelOfParticipation property.

Returns
  • possible object is String

public BigDecimal getPersonId ()

Gets the value of the personId property.

Returns
  • possible object is BigDecimal

public BigDecimal getPersonInterestId ()

Gets the value of the personInterestId property.

Returns
  • possible object is BigDecimal

public Calendar getProgramUpdateDate ()

Gets the value of the programUpdateDate property.

Returns
  • possible object is String

public Calendar getSince ()

Gets the value of the since property.

Returns
  • possible object is String

public String getSportIndicator ()

Gets the value of the sportIndicator property.

Returns
  • possible object is String

public String getStatus ()

Gets the value of the status property.

Returns
  • possible object is String

public String getSubInterestTypeCode ()

Gets the value of the subInterestTypeCode property.

Returns
  • possible object is String

public String getTeam ()

Gets the value of the team property.

Returns
  • possible object is String

public void setActionType (String value)

Sets the value of the actionType property.

Parameters
value Allowed object is String

public void setComments (String value)

Sets the value of the comments property.

Parameters
value Allowed object is String

public void setCreatedByModule (String value)

Sets the value of the createdByModule property.

Parameters
value Allowed object is String

public void setCreatedByName (String value)

Sets the value of the createdByName property.

Parameters
value Allowed object is String

public void setCreationDate (Calendar value)

Sets the value of the creationDate property.

Parameters
value Allowed object is String

public void setInterestName (String value)

Sets the value of the interestName property.

Parameters
value Allowed object is String

public void setInterestTypeCode (String value)

Sets the value of the interestTypeCode property.

Parameters
value Allowed object is String

public void setLastUpdateDate (Calendar value)

Sets the value of the lastUpdateDate property.

Parameters
value Allowed object is String

public void setLastUpdatedByName (String value)

Sets the value of the lastUpdatedByName property.

Parameters
value Allowed object is String

public void setLevelOfInterest (String value)

Sets the value of the levelOfInterest property.

Parameters
value Allowed object is String

public void setLevelOfParticipation (String value)

Sets the value of the levelOfParticipation property.

Parameters
value Allowed object is String

public void setPersonId (BigDecimal value)

Sets the value of the personId property.

Parameters
value Allowed object is BigDecimal

public void setPersonInterestId (BigDecimal value)

Sets the value of the personInterestId property.

Parameters
value Allowed object is BigDecimal

public void setProgramUpdateDate (Calendar value)

Sets the value of the programUpdateDate property.

Parameters
value Allowed object is String

public void setSince (Calendar value)

Sets the value of the since property.

Parameters
value Allowed object is String

public void setSportIndicator (String value)

Sets the value of the sportIndicator property.

Parameters
value Allowed object is String

public void setStatus (String value)

Sets the value of the status property.

Parameters
value Allowed object is String

public void setSubInterestTypeCode (String value)

Sets the value of the subInterestTypeCode property.

Parameters
value Allowed object is String

public void setTeam (String value)

Sets the value of the team property.

Parameters
value Allowed object is String