com.stratelia.webactiv.yellowpages
Class ImportReport

java.lang.Object
  extended by com.stratelia.webactiv.yellowpages.ImportReport

public class ImportReport
extends Object


Constructor Summary
ImportReport()
           
 
Method Summary
 void addError(String error)
           
 List<String> getErrors()
           
 int getNbAdded()
           
 boolean isInError()
           
 void setNbAdded(int nbAdded)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportReport

public ImportReport()
Method Detail

setNbAdded

public void setNbAdded(int nbAdded)

getNbAdded

public int getNbAdded()

addError

public void addError(String error)

getErrors

public List<String> getErrors()

isInError

public boolean isInError()


Copyright © 2016 Silverpeas. All Rights Reserved.