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.
 
 
| 
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 java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
RCS_ID
public static final java.lang.String RCS_ID
RCS_ID_RECORDED
public static final boolean RCS_ID_RECORDED
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.
 
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.