org.alfresco.util.schemacomp
Class DbPropertyTest.MyDbObject

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

public static class DbPropertyTest.MyDbObject
extends AbstractDbObject


Field Summary
static DbPropertyTest.MyDbObject lastAdded
           
 
Fields inherited from class org.alfresco.util.schemacomp.model.AbstractDbObject
comparisonUtils
 
Constructor Summary
DbPropertyTest.MyDbObject(java.lang.String name, int level)
           
 
Method Summary
 void accept(DbObjectVisitor visitor)
          Allows a visitor to be invoked against this DbObject.
 DbPropertyTest.MyDbObject add(DbPropertyTest.MyDbObject child)
           
 int getLevel()
           
 
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
 

Field Detail

lastAdded

public static DbPropertyTest.MyDbObject lastAdded
Constructor Detail

DbPropertyTest.MyDbObject

public DbPropertyTest.MyDbObject(java.lang.String name,
                                 int level)
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.


add

public DbPropertyTest.MyDbObject add(DbPropertyTest.MyDbObject child)

getLevel

public int getLevel()


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