org.alfresco.util.schemacomp.model
Class AbstractDbObjectTest.AnotherConcreteDbObject

java.lang.Object
  extended by org.alfresco.util.schemacomp.model.AbstractDbObject
      extended by org.alfresco.util.schemacomp.model.AbstractDbObjectTest.AnotherConcreteDbObject
All Implemented Interfaces:
DbObject
Enclosing class:
AbstractDbObjectTest

public static class AbstractDbObjectTest.AnotherConcreteDbObject
extends AbstractDbObject


Field Summary
 
Fields inherited from class org.alfresco.util.schemacomp.model.AbstractDbObject
comparisonUtils
 
Constructor Summary
AbstractDbObjectTest.AnotherConcreteDbObject(java.lang.String name)
           
 
Method Summary
 void accept(DbObjectVisitor visitor)
          Allows a visitor to be invoked against this DbObject.
 
Methods inherited from class org.alfresco.util.schemacomp.model.AbstractDbObject
diff, doDiff, equals, getName, getNameStrength, getParent, getTypeName, getValidators, hashCode, sameAs, setComparisonUtils, setName, setNameStrength, setParent, setValidators, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractDbObjectTest.AnotherConcreteDbObject

public AbstractDbObjectTest.AnotherConcreteDbObject(java.lang.String name)
Method Detail

accept

public void accept(DbObjectVisitor visitor)
Description copied from interface: DbObject
Allows a visitor to be invoked against this DbObject. Implementations should ensure that child objects are visited first (by calling accept on them) before invoking the visitor on itself.



Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.