oracle.apps.fnd.wf.design
Class LookupCode

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.LookupCode

public class LookupCode
extends DesignBaseComponent

LookupCode is the container for the workflow lookup codes.


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
LookupCode()
          Use this constructor only if the lookup code is not available.
LookupCode(java.lang.String id)
          Use this constructor if the lookup code is available.
 
Method Summary
 java.lang.String getExpression()
          Returns the lookup code's description.
 LookupType getLookupType()
          Returns the lookup type where this lookup code belongs.
 java.lang.String getMeaning()
          Returns the lookup code's meaning.
 void setExpression(java.lang.String pExpression)
          Setter function for lookup code's description.
 void setMeaning(java.lang.String pMeaning)
          Setter function for lookup code's meaning.
 
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

LookupCode

public LookupCode(java.lang.String id)
Use this constructor if the lookup code is available.
Parameters:
id - : Lookup code.

LookupCode

public LookupCode()
Use this constructor only if the lookup code is not available. Once the lookup code is retrieved, setName() should be used to set the lookup code.
Method Detail

getMeaning

public java.lang.String getMeaning()
Returns the lookup code's meaning.
Returns:
Meaning of lookup code.

setMeaning

public void setMeaning(java.lang.String pMeaning)
Setter function for lookup code's meaning.
Parameters:
pMeaning - : Meaning of lookup code.

getExpression

public java.lang.String getExpression()
Returns the lookup code's description.
Returns:
Description of lookup code.

setExpression

public void setExpression(java.lang.String pExpression)
Setter function for lookup code's description.
Parameters:
pExpression - : Description of lookup code.

getLookupType

public LookupType getLookupType()
Returns the lookup type where this lookup code belongs.
Returns:
Lookup type.