org.chorem.vradi.beans
Class XmlStreamImportResult

java.lang.Object
  extended by org.chorem.vradi.beans.XmlStreamImportResult
All Implemented Interfaces:
Serializable

public class XmlStreamImportResult
extends Object
implements Serializable

Import xml stream results.

Contains : - the number of created forms - the number of already existing forms (non created) - the number of forms created with date parsing error - the number of forms created with number parsing error

Version:
$Revision: 21 $

Last update : $Date: 2011-05-09 18:43:58 +0200 (lun., 09 mai 2011) $ By : $Author: sletellier $

Author:
chatellier
See Also:
Serialized Form

Field Summary
protected  int alreadyExistsFormCount
           
protected  int createdFormCount
           
protected  Set<String> createdFormsIds
           
protected  int dateParsingError
           
protected  int numberParsingError
           
 
Constructor Summary
XmlStreamImportResult()
           
 
Method Summary
 void addCreatedFormsIds(String wikittyId)
           
 int getAlreadyExistsFormCount()
           
 int getCreatedFormCount()
           
 Set<String> getCreatedFormsIds()
           
 int getDateParsingError()
           
 int getNumberParsingError()
           
 void setAlreadyExistsFormCount(int alreadyExistsFormCount)
           
 void setCreatedFormCount(int createdFormCount)
           
 void setCreatedFormsIds(Set<String> createdFormsIds)
           
 void setDateParsingError(int dateParsingError)
           
 void setNumberParsingError(int numberParsingError)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

createdFormCount

protected int createdFormCount

alreadyExistsFormCount

protected int alreadyExistsFormCount

dateParsingError

protected int dateParsingError

numberParsingError

protected int numberParsingError

createdFormsIds

protected Set<String> createdFormsIds
Constructor Detail

XmlStreamImportResult

public XmlStreamImportResult()
Method Detail

getCreatedFormCount

public int getCreatedFormCount()

setCreatedFormCount

public void setCreatedFormCount(int createdFormCount)

getAlreadyExistsFormCount

public int getAlreadyExistsFormCount()

setAlreadyExistsFormCount

public void setAlreadyExistsFormCount(int alreadyExistsFormCount)

getDateParsingError

public int getDateParsingError()

setDateParsingError

public void setDateParsingError(int dateParsingError)

getNumberParsingError

public int getNumberParsingError()

setNumberParsingError

public void setNumberParsingError(int numberParsingError)

getCreatedFormsIds

public Set<String> getCreatedFormsIds()

setCreatedFormsIds

public void setCreatedFormsIds(Set<String> createdFormsIds)

addCreatedFormsIds

public void addCreatedFormsIds(String wikittyId)


Copyright © 2009-2011 CodeLutin. All Rights Reserved.