Oracle Fusion Middleware extensions for Enterprise Scheduler Service
11g Release 1 (11.1.2)

E22563-02

oracle.apps.fnd.applcp.request.postprocess
Class PostProcessingAction

java.lang.Object
  extended by oracle.apps.fnd.applcp.request.postprocess.PostProcessingAction

public class PostProcessingAction
extends java.lang.Object

Describe class PostProcessingAction here. Created: Tue Nov 13 13:13:23 2007

Version:
1.0
Author:
Ramkarthik Kalyanasundaram

Constructor Summary
PostProcessingAction()
          Creates a new PostProcessingAction instance.
 
Method Summary
 java.lang.String getActionClass()
          Get the ActionClass value.
 java.math.BigDecimal getId()
          Get the Id value.
 java.math.BigDecimal getSeqNo()
          Get the SeqNo value.
 java.lang.String getShortName()
          Get the ShortName value.
 java.lang.String getType()
          Get the Type value.
 void setActionClass(java.lang.String newActionClass)
          Set the ActionClass value.
 void setId(java.math.BigDecimal newId)
          Set the Id value.
 void setSeqNo(java.math.BigDecimal newSeqNo)
          Set the SeqNo value.
 void setShortName(java.lang.String newShortName)
          Set the ShortName value.
 void setType(java.lang.String newType)
          Set the Type value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostProcessingAction

public PostProcessingAction()
Creates a new PostProcessingAction instance.

Method Detail

getId

public java.math.BigDecimal getId()
Get the Id value.

Returns:
a BigDecimal value

setId

public void setId(java.math.BigDecimal newId)
Set the Id value.

Parameters:
newId - The new Id value.

getSeqNo

public java.math.BigDecimal getSeqNo()
Get the SeqNo value.

Returns:
a BigDecimal value

setSeqNo

public void setSeqNo(java.math.BigDecimal newSeqNo)
Set the SeqNo value.

Parameters:
newSeqNo - The new SeqNo value.

getActionClass

public java.lang.String getActionClass()
Get the ActionClass value.

Returns:
a String value

setActionClass

public void setActionClass(java.lang.String newActionClass)
Set the ActionClass value.

Parameters:
newActionClass - The new ActionClass value.

getShortName

public java.lang.String getShortName()
Get the ShortName value.

Returns:
a String value

setShortName

public void setShortName(java.lang.String newShortName)
Set the ShortName value.

Parameters:
newShortName - The new ShortName value.

getType

public java.lang.String getType()
Get the Type value.

Returns:
a String value

setType

public void setType(java.lang.String newType)
Set the Type value.

Parameters:
newType - The new Type value.

Oracle Fusion Middleware extensions for Enterprise Scheduler Service
11g Release 1 (11.1.2)

E22563-02

Copyright © 2011 Oracle. All Rights Reserved.