public class

PartySiteUse

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

Class Overview

Party Site Use object

Java class for PartySiteUse complex type.

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

 <complexType name="PartySiteUse">
   <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="PartySiteUseId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="Comments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SiteUseType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PartySiteId" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="PrimaryPerType" 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="CommonObjId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String actionType
protected String comments
protected String commonObjId
protected String createdByModule
protected String createdByName
protected Calendar creationDate
protected Calendar lastUpdateDate
protected String lastUpdatedByName
protected BigDecimal partySiteId
protected BigDecimal partySiteUseId
protected String primaryPerType
protected Calendar programUpdateDate
protected String siteUseType
protected String status
Public Constructors
PartySiteUse()
Public Methods
String getActionType()
Gets the value of the actionType property.
String getComments()
Gets the value of the comments 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.
Calendar getLastUpdateDate()
Gets the value of the lastUpdateDate property.
String getLastUpdatedByName()
Gets the value of the lastUpdatedByName property.
BigDecimal getPartySiteId()
Gets the value of the partySiteId property.
BigDecimal getPartySiteUseId()
Gets the value of the partySiteUseId property.
String getPrimaryPerType()
Gets the value of the primaryPerType property.
Calendar getProgramUpdateDate()
Gets the value of the programUpdateDate property.
String getSiteUseType()
Gets the value of the siteUseType property.
String getStatus()
Gets the value of the status property.
void setActionType(String value)
Sets the value of the actionType property.
void setComments(String value)
Sets the value of the comments 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 setLastUpdateDate(Calendar value)
Sets the value of the lastUpdateDate property.
void setLastUpdatedByName(String value)
Sets the value of the lastUpdatedByName property.
void setPartySiteId(BigDecimal value)
Sets the value of the partySiteId property.
void setPartySiteUseId(BigDecimal value)
Sets the value of the partySiteUseId property.
void setPrimaryPerType(String value)
Sets the value of the primaryPerType property.
void setProgramUpdateDate(Calendar value)
Sets the value of the programUpdateDate property.
void setSiteUseType(String value)
Sets the value of the siteUseType 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 comments

protected String commonObjId

protected String createdByModule

protected String createdByName

protected Calendar creationDate

protected Calendar lastUpdateDate

protected String lastUpdatedByName

protected BigDecimal partySiteId

protected BigDecimal partySiteUseId

protected String primaryPerType

protected Calendar programUpdateDate

protected String siteUseType

protected String status

Public Constructors

public PartySiteUse ()

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 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 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 BigDecimal getPartySiteId ()

Gets the value of the partySiteId property.

Returns
  • possible object is BigDecimal

public BigDecimal getPartySiteUseId ()

Gets the value of the partySiteUseId property.

Returns
  • possible object is BigDecimal

public String getPrimaryPerType ()

Gets the value of the primaryPerType property.

Returns
  • possible object is String

public Calendar getProgramUpdateDate ()

Gets the value of the programUpdateDate property.

Returns
  • possible object is String

public String getSiteUseType ()

Gets the value of the siteUseType 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 setComments (String value)

Sets the value of the comments 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 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 setPartySiteId (BigDecimal value)

Sets the value of the partySiteId property.

Parameters
value Allowed object is BigDecimal

public void setPartySiteUseId (BigDecimal value)

Sets the value of the partySiteUseId property.

Parameters
value Allowed object is BigDecimal

public void setPrimaryPerType (String value)

Sets the value of the primaryPerType 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 setSiteUseType (String value)

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