com.livis.livingtalks.xml
Class ImportResult

java.lang.Object
  |
  +--com.livis.livingtalks.xml.ImportResult

public class ImportResult
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 int changed
           
 int created
           
 int deleted
           
 java.util.Collection exceptions
           
 int notchanged
           
 int notcreated
           
 int notdeleted
           
 boolean rolledBack
           
 
Constructor Summary
ImportResult()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rolledBack

public boolean rolledBack

deleted

public int deleted

created

public int created

changed

public int changed

notdeleted

public int notdeleted

notcreated

public int notcreated

notchanged

public int notchanged

exceptions

public java.util.Collection exceptions
Constructor Detail

ImportResult

public ImportResult()