Project

General

Profile

« Previous | Next » 

Revision 57f91fb2

Added by Andreas Kohlbecker almost 6 years ago

fix #7368 implementing isPersisted() in CdmBase

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/common/ICdmBase.java
66 66
     */
67 67
    public boolean isInstanceOf(Class<? extends CdmBase> clazz);
68 68

  
69
    /**
70
     * @return if and only if the instance has been saved to the persistent storage.
71
     * For new and un-persisted entities this method returns false.
72
     */
73
    public boolean isPersited();
74

  
69 75
}

Also available in: Unified diff