org.chorem.vradi.beans
Class XmlStreamImportResult
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createdFormCount
protected int createdFormCount
alreadyExistsFormCount
protected int alreadyExistsFormCount
dateParsingError
protected int dateParsingError
numberParsingError
protected int numberParsingError
createdFormsIds
protected Set<String> createdFormsIds
XmlStreamImportResult
public XmlStreamImportResult()
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.