oracle.apps.fnd.wf.design
Class TransitionMapping

java.lang.Object
  |
  +--oracle.apps.fnd.wf.common.Element
        |
        +--oracle.apps.fnd.wf.common.BaseComponent
              |
              +--oracle.apps.fnd.wf.design.DesignBaseComponent
                    |
                    +--oracle.apps.fnd.wf.design.TransitionMapping

public class TransitionMapping
extends DesignBaseComponent

TransitionMapping is the container for the workflow transition mapping. This is only used in XML based Loader.


Field Summary
static java.lang.String RCS_ID
           
static boolean RCS_ID_RECORDED
           
 
Fields inherited from class oracle.apps.fnd.wf.common.Element
ELEMENT_DB_CREATED, ELEMENT_DB_CREATING, ELEMENT_DB_DIRTY, ELEMENT_DB_LOADED, ELEMENT_DB_LOADING, ELEMENT_DB_NOT_INITIALIZED, ELEMENT_DB_SAVED, ELEMENT_DB_SAVING
 
Constructor Summary
TransitionMapping()
           
 
Method Summary
 java.lang.String getMappingType()
          Returns the transition mapping type.
 java.lang.String getMappingValue()
          Returns the transition's mapping value.
 java.lang.String getSourceName()
          Returns the source process activity name.
 java.lang.String getSourceType()
          Returns the source process activity's type.
 java.lang.String getTargetName()
          Returns the target process activity name.
 java.lang.String getTargetType()
          Returns the target process activity's type.
 void setMappingType(java.lang.String pMappingType)
          Setter function for transition's mapping type.
 void setMappingValue(java.lang.String pMappingValue)
          Setter function for transition's mapping value.
 void setSourceName(java.lang.String pSourceName)
          Setter function for transition's the source process activity name.
 void setSourceType(java.lang.String pSourceType)
          Setter function for transition's the source process activity's type.
 void setTargetName(java.lang.String pTargetName)
          Setter function for transition's the target process activity name.
 void setTargetType(java.lang.String pTargetType)
          Setter function for transition's the target process activity's type.
 
Methods inherited from class oracle.apps.fnd.wf.design.DesignBaseComponent
assign, createRuntimeInstance, getAccessController, getAttribute, getAttributes, getDescription, getDisplayName, resolveReference, setDescription, setDisplayName, setName, setResolved, toString
 
Methods inherited from class oracle.apps.fnd.wf.common.BaseComponent
addChild, getChildByTypeAndName, getChildren, getChildrenByName, getChildrenByType, getName, getParent, removeChild, removeChildren
 
Methods inherited from class oracle.apps.fnd.wf.common.Element
create, getDBStatus, getId, load, save, setStore
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RCS_ID

public static final java.lang.String RCS_ID

RCS_ID_RECORDED

public static final boolean RCS_ID_RECORDED
Constructor Detail

TransitionMapping

public TransitionMapping()
Method Detail

getSourceName

public java.lang.String getSourceName()
Returns the source process activity name.
Returns:
Process activity name.

setSourceName

public void setSourceName(java.lang.String pSourceName)
Setter function for transition's the source process activity name.
Parameters:
pSourceName - : Source process activity name.

getSourceType

public java.lang.String getSourceType()
Returns the source process activity's type.
Returns:
Process activity's type.

setSourceType

public void setSourceType(java.lang.String pSourceType)
Setter function for transition's the source process activity's type.
Parameters:
pSourceType - : Source process activity's type.

getTargetName

public java.lang.String getTargetName()
Returns the target process activity name.
Returns:
Process activity name.

setTargetName

public void setTargetName(java.lang.String pTargetName)
Setter function for transition's the target process activity name.
Parameters:
pTargetName - : Target process activity name.

getTargetType

public java.lang.String getTargetType()
Returns the target process activity's type.
Returns:
Process activity's type.

setTargetType

public void setTargetType(java.lang.String pTargetType)
Setter function for transition's the target process activity's type.
Parameters:
pTargetType - : Target process activity's type.

getMappingType

public java.lang.String getMappingType()
Returns the transition mapping type.
Returns:
Transition mapping type.

setMappingType

public void setMappingType(java.lang.String pMappingType)
Setter function for transition's mapping type.
Parameters:
pMappingType - : Transition's mapping type.

getMappingValue

public java.lang.String getMappingValue()
Returns the transition's mapping value.
Returns:
Transition's mapping value.

setMappingValue

public void setMappingValue(java.lang.String pMappingValue)
Setter function for transition's mapping value.
Parameters:
pMappingValue - : Transition's mapping value.