com.evolveum.midpoint.tools.gui
Class PropertiesStatistics

java.lang.Object
  extended by com.evolveum.midpoint.tools.gui.PropertiesStatistics

public class PropertiesStatistics
extends java.lang.Object

Author:
lazyman

Constructor Summary
PropertiesStatistics()
           
 
Method Summary
 int getAdded()
           
 int getDeleted()
           
 void increment(PropertiesStatistics partial)
           
 void incrementAdded()
           
 void incrementAdded(int value)
           
 void incrementDeleted()
           
 void incrementDeleted(int value)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertiesStatistics

public PropertiesStatistics()
Method Detail

getAdded

public int getAdded()

increment

public void increment(PropertiesStatistics partial)

incrementAdded

public void incrementAdded(int value)

incrementDeleted

public void incrementDeleted(int value)

incrementAdded

public void incrementAdded()

incrementDeleted

public void incrementDeleted()

getDeleted

public int getDeleted()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2012 evolveum. All Rights Reserved.