com.safeidentity.adminservice.dao.ldap.schema
Class SchemaDiffGroup

java.lang.Object
  extended bycom.safeidentity.adminservice.dao.ldap.schema.SchemaDiffGroup

public class SchemaDiffGroup
extends java.lang.Object

Author:
khlee To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Constructor Summary
SchemaDiffGroup()
           
 
Method Summary
 void addObjDiff(SchemaDiff diff)
           
 int getExistedCount()
           
 int getModifiedCount()
           
 int getNotExistedCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaDiffGroup

public SchemaDiffGroup()
Method Detail

addObjDiff

public void addObjDiff(SchemaDiff diff)

getModifiedCount

public int getModifiedCount()

getExistedCount

public int getExistedCount()

getNotExistedCount

public int getNotExistedCount()


Copyright © 2004 SoftForum Corp. All Rights Reserved.