LogMgr.log(BUSINESS_OBJECTS,LogLevel.SYSTEMERROR2,"Cache collision in MarkAsReadWSFP:",this.getObjectID(),", was trying to get JobApplication:",getJobApplicationID());
LogMgr.log(BUSINESS_OBJECTS,LogLevel.SYSTEMERROR2,"Instead I got:",_JobApplication.get().getClass());
throwe;
}
}
/**
* Get the object id for the referenced object. Does not force a DB access.
Debug.assertion(AttributeDecoratorUtils.getWriteability(SINGLEREFERENCE_JobApplication_Decorators,(MarkAsReadWSFP)this,SINGLEREFERENCE_JobApplication,getWriteability_JobApplication())!=FieldWriteability.FALSE,"Assoc JobApplication is not writeable");
preJobApplicationChange(newJobApplication);
_JobApplication.set(newJobApplication);
postJobApplicationChange();
}
}
/**
* A list of multi assoc names e.g. list of strings.
*/
publicList<String>getMultiAssocs()
{
Listresult=super.getMultiAssocs();
returnresult;
}
/**
* Get the reference instance for the multi assoc name.