Oracle Fusion Middleware extensions for Logging and Diagnostic
11g Release 1 (11.1.1.6)

E22565-06

oracle.apps.fnd.appltest.diagfwk.engine.impl.adr
Class ProblemImpl

java.lang.Object
  extended by oracle.apps.fnd.appltest.diagfwk.engine.impl.adr.ProblemImpl
All Implemented Interfaces:
Problem

public class ProblemImpl
extends java.lang.Object
implements Problem

Implements the Problem Interface

Since:
release specific (what release of product did this appear in)
Version:
$Header: atgpf/appltest/applications/Diagnostics/Engine/src/oracle/apps/fnd/appltest/diagfwk/engine/impl/adr/ProblemImpl.java /main/2 2008/08/22 16:11:11 ppradhan Exp $
Author:
ppradhan

Constructor Summary
ProblemImpl()
           
 
Method Summary
 java.util.List<ProblemInstance> getProblemInstanceList()
           
 java.lang.String getProblemKey()
           
 void setProblemInstanceList(java.util.List<ProblemInstance> problemInstanceList)
           
 void setProblemKey(java.lang.String problemKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProblemImpl

public ProblemImpl()
Method Detail

setProblemKey

public void setProblemKey(java.lang.String problemKey)
Specified by:
setProblemKey in interface Problem

getProblemKey

public java.lang.String getProblemKey()
Specified by:
getProblemKey in interface Problem

setProblemInstanceList

public void setProblemInstanceList(java.util.List<ProblemInstance> problemInstanceList)
Specified by:
setProblemInstanceList in interface Problem

getProblemInstanceList

public java.util.List<ProblemInstance> getProblemInstanceList()
Specified by:
getProblemInstanceList in interface Problem

Oracle Fusion Middleware extensions for Logging and Diagnostic
11g Release 1 (11.1.1.6)

E22565-06

Copyright © 2012 Oracle. All Rights Reserved.