com.sap.ide.webdynpro.checklayer
Class RepairResult

java.lang.Object
  |
  +--com.sap.ide.webdynpro.checklayer.RepairResult

public class RepairResult
extends java.lang.Object


Constructor Summary
RepairResult()
           
 
Method Summary
 void addEntry(com.sap.ide.metamodel.general.DevelopmentObject developmentObject, boolean successful, java.lang.String message)
           
 void addEntry(RepairResultEntry repairResultEntry)
           
 void addRepairResult(RepairResult checkResult)
           
 java.util.ArrayList getEntries()
           
 int getErrorCount()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepairResult

public RepairResult()
Method Detail

getEntries

public java.util.ArrayList getEntries()

getErrorCount

public int getErrorCount()

addEntry

public void addEntry(RepairResultEntry repairResultEntry)

addEntry

public void addEntry(com.sap.ide.metamodel.general.DevelopmentObject developmentObject,
                     boolean successful,
                     java.lang.String message)

addRepairResult

public void addRepairResult(RepairResult checkResult)


Copyright © 2005 SAP AG. All Rights Reserved.