public void forget(boolean forgetSubObjects) {
   ((ICFFreeSwitchSchemaObj) schema)
       .getFSSFProfileAliasTableObj()
       .forgetFSSFProfileAlias((ICFFreeSwitchFSSFProfileAliasObj) this, forgetSubObjects);
 }