Project

General

Profile

« Previous | Next » 

Revision 485da8a9

Added by Andreas Kohlbecker about 3 years ago

fix #9395 DerivedUnit.collectFieldUnits() as DerivedUnit.collectRootUnits() to return all types of root units

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/common/ICdmBase.java
62 62

  
63 63
	public void setCreatedBy(User createdBy);
64 64

  
65
    /**
66
     * @param class1
67
     * @return
65
	/**
66
     * Tests if the object is assignable from the type
67
     * defined as parameter <code>clazz</code>, regardless
68
     * whether it is an actual entity or hibernate proxy.
68 69
     */
69 70
    public boolean isInstanceOf(Class<? extends CdmBase> clazz);
70 71

  

Also available in: Unified diff