public class

FinancialNumber

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

Class Overview

Financial Number object

Java class for FinancialNumber complex type.

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

 <complexType name="FinancialNumber">
   <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="FinancialNumberId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="FinancialReportId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="FinancialNumber" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="FinancialNumberName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FinancialUnitsApplied" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="FinancialNumberCurrency" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ProjectedActualFlag" type="{http://www.w3.org/2001/XMLSchema}string" 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"/>
         <element name="ActualContentSource" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CommonObjId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String actionType
protected String actualContentSource
protected String commonObjId
protected String createdByModule
protected String createdByName
protected Calendar creationDate
protected BigDecimal financialNumber
protected String financialNumberCurrency
protected BigDecimal financialNumberId
protected String financialNumberName
protected BigDecimal financialReportId
protected BigDecimal financialUnitsApplied
protected Calendar lastUpdateDate
protected String lastUpdatedByName
protected Calendar programUpdateDate
protected String projectedActualFlag
protected String status
Public Constructors
FinancialNumber()
Public Methods
String getActionType()
Gets the value of the actionType property.
String getActualContentSource()
Gets the value of the actualContentSource property.
String getCommonObjId()
Gets the value of the commonObjId 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.
BigDecimal getFinancialNumber()
Gets the value of the financialNumber property.
String getFinancialNumberCurrency()
Gets the value of the financialNumberCurrency property.
BigDecimal getFinancialNumberId()
Gets the value of the financialNumberId property.
String getFinancialNumberName()
Gets the value of the financialNumberName property.
BigDecimal getFinancialReportId()
Gets the value of the financialReportId property.
BigDecimal getFinancialUnitsApplied()
Gets the value of the financialUnitsApplied property.
Calendar getLastUpdateDate()
Gets the value of the lastUpdateDate property.
String getLastUpdatedByName()
Gets the value of the lastUpdatedByName property.
Calendar getProgramUpdateDate()
Gets the value of the programUpdateDate property.
String getProjectedActualFlag()
Gets the value of the projectedActualFlag property.
String getStatus()
Gets the value of the status property.
void setActionType(String value)
Sets the value of the actionType property.
void setActualContentSource(String value)
Sets the value of the actualContentSource property.
void setCommonObjId(String value)
Sets the value of the commonObjId 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 setFinancialNumber(BigDecimal value)
Sets the value of the financialNumber property.
void setFinancialNumberCurrency(String value)
Sets the value of the financialNumberCurrency property.
void setFinancialNumberId(BigDecimal value)
Sets the value of the financialNumberId property.
void setFinancialNumberName(String value)
Sets the value of the financialNumberName property.
void setFinancialReportId(BigDecimal value)
Sets the value of the financialReportId property.
void setFinancialUnitsApplied(BigDecimal value)
Sets the value of the financialUnitsApplied property.
void setLastUpdateDate(Calendar value)
Sets the value of the lastUpdateDate property.
void setLastUpdatedByName(String value)
Sets the value of the lastUpdatedByName property.
void setProgramUpdateDate(Calendar value)
Sets the value of the programUpdateDate property.
void setProjectedActualFlag(String value)
Sets the value of the projectedActualFlag property.
void setStatus(String value)
Sets the value of the status property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected String actionType

protected String actualContentSource

protected String commonObjId

protected String createdByModule

protected String createdByName

protected Calendar creationDate

protected BigDecimal financialNumber

protected String financialNumberCurrency

protected BigDecimal financialNumberId

protected String financialNumberName

protected BigDecimal financialReportId

protected BigDecimal financialUnitsApplied

protected Calendar lastUpdateDate

protected String lastUpdatedByName

protected Calendar programUpdateDate

protected String projectedActualFlag

protected String status

Public Constructors

public FinancialNumber ()

Public Methods

public String getActionType ()

Gets the value of the actionType property.

Returns
  • possible object is String

public String getActualContentSource ()

Gets the value of the actualContentSource property.

Returns
  • possible object is String

public String getCommonObjId ()

Gets the value of the commonObjId 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 BigDecimal getFinancialNumber ()

Gets the value of the financialNumber property.

Returns
  • possible object is BigDecimal

public String getFinancialNumberCurrency ()

Gets the value of the financialNumberCurrency property.

Returns
  • possible object is String

public BigDecimal getFinancialNumberId ()

Gets the value of the financialNumberId property.

Returns
  • possible object is BigDecimal

public String getFinancialNumberName ()

Gets the value of the financialNumberName property.

Returns
  • possible object is String

public BigDecimal getFinancialReportId ()

Gets the value of the financialReportId property.

Returns
  • possible object is BigDecimal

public BigDecimal getFinancialUnitsApplied ()

Gets the value of the financialUnitsApplied property.

Returns
  • possible object is BigDecimal

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 Calendar getProgramUpdateDate ()

Gets the value of the programUpdateDate property.

Returns
  • possible object is String

public String getProjectedActualFlag ()

Gets the value of the projectedActualFlag property.

Returns
  • possible object is String

public String getStatus ()

Gets the value of the status 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 setActualContentSource (String value)

Sets the value of the actualContentSource property.

Parameters
value Allowed object is String

public void setCommonObjId (String value)

Sets the value of the commonObjId 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 setFinancialNumber (BigDecimal value)

Sets the value of the financialNumber property.

Parameters
value Allowed object is BigDecimal

public void setFinancialNumberCurrency (String value)

Sets the value of the financialNumberCurrency property.

Parameters
value Allowed object is String

public void setFinancialNumberId (BigDecimal value)

Sets the value of the financialNumberId property.

Parameters
value Allowed object is BigDecimal

public void setFinancialNumberName (String value)

Sets the value of the financialNumberName property.

Parameters
value Allowed object is String

public void setFinancialReportId (BigDecimal value)

Sets the value of the financialReportId property.

Parameters
value Allowed object is BigDecimal

public void setFinancialUnitsApplied (BigDecimal value)

Sets the value of the financialUnitsApplied property.

Parameters
value Allowed object is BigDecimal

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 setProgramUpdateDate (Calendar value)

Sets the value of the programUpdateDate property.

Parameters
value Allowed object is String

public void setProjectedActualFlag (String value)

Sets the value of the projectedActualFlag 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