public void forget(boolean forgetSubObjects) {
   ((ICFCrmSchemaObj) schema).getMemoTableObj().forgetMemo((ICFCrmMemoObj) this, forgetSubObjects);
 }