org.kuali.common.impex.model.compare
Class SchemaCompareExecutable

java.lang.Object
  extended by org.kuali.common.impex.model.compare.SchemaCompareExecutable
All Implemented Interfaces:
org.kuali.common.util.execute.Executable

public class SchemaCompareExecutable
extends Object
implements org.kuali.common.util.execute.Executable


Field Summary
static Boolean DEFAULT_EXECUTION_SKIP
           
 
Constructor Summary
SchemaCompareExecutable(Boolean b)
           
 
Method Summary
 void execute()
           
 SchemaCompareService getCompareService()
           
 Schema getSchema1()
           
 Schema getSchema2()
           
 void setCompareService(SchemaCompareService compareService)
           
 void setSchema1(Schema schema1)
           
 void setSchema2(Schema schema2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_EXECUTION_SKIP

public static final Boolean DEFAULT_EXECUTION_SKIP
Constructor Detail

SchemaCompareExecutable

public SchemaCompareExecutable(Boolean b)
Method Detail

execute

public void execute()
Specified by:
execute in interface org.kuali.common.util.execute.Executable

getCompareService

public SchemaCompareService getCompareService()

setCompareService

public void setCompareService(SchemaCompareService compareService)

getSchema1

public Schema getSchema1()

setSchema1

public void setSchema1(Schema schema1)

getSchema2

public Schema getSchema2()

setSchema2

public void setSchema2(Schema schema2)


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.