com.jurismarches.vradi.beans
Class XmlStreamImportResult
java.lang.Object
com.jurismarches.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: 1493 $
Last update : $Date: 2010-09-24 11:51:40 +0200 (ven., 24 sept. 2010) $
By : $Author: chatellier $
- 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
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)
Copyright © 2009-2011 JurisMarches. All Rights Reserved.