Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.flex.deployment.util
Class FlexValidationResult

java.lang.Object
  extended by oracle.apps.fnd.applcore.flex.deployment.util.FlexValidationResult

public class FlexValidationResult
extends java.lang.Object


Constructor Summary
FlexValidationResult(java.lang.String code, java.lang.String applicationId, java.lang.String type, java.lang.String eid, java.lang.String validationReport)
          Constructor method.
 
Method Summary
 java.lang.String getApplicationId()
          gets the application id for Flex
 java.lang.String getCode()
          gets the Flex Code.
 java.lang.String getEid()
          Enterprise Id for the current flex code.
 java.lang.String getStatus()
          Gets the Status of Flexfield.
 java.lang.String getType()
          type of the flexfield getter method
 java.lang.String getValidationReport()
          gets the validation report.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlexValidationResult

public FlexValidationResult(java.lang.String code,
                            java.lang.String applicationId,
                            java.lang.String type,
                            java.lang.String eid,
                            java.lang.String validationReport)
Constructor method.

Parameters:
code - String
applicationId - String
type - String
status - String
eid - String
validationReport - String
Method Detail

getCode

public java.lang.String getCode()
gets the Flex Code.

Returns:
String

getApplicationId

public java.lang.String getApplicationId()
gets the application id for Flex

Returns:

getValidationReport

public java.lang.String getValidationReport()
gets the validation report.

Returns:
String

getType

public java.lang.String getType()
type of the flexfield getter method

Returns:
String

getStatus

public java.lang.String getStatus()
Gets the Status of Flexfield.

Returns:
String

getEid

public java.lang.String getEid()
Enterprise Id for the current flex code.

Returns:
String

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.