com.jurismarches.vradi.beans
Class XmlStreamImportResult

java.lang.Object
  extended by 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

Field Summary
protected  int alreadyExistsFormCount
           
protected  int createdFormCount
           
protected  int dateParsingError
           
protected  int numberParsingError
           
 
Constructor Summary
XmlStreamImportResult()
           
 
Method Summary
 int getAlreadyExistsFormCount()
           
 int getCreatedFormCount()
           
 int getDateParsingError()
           
 int getNumberParsingError()
           
 void setAlreadyExistsFormCount(int alreadyExistsFormCount)
           
 void setCreatedFormCount(int createdFormCount)
           
 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
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)


Copyright © 2009-2010 JurisMarches. All Rights Reserved.