LogMgr.log(BUSINESS_OBJECTS,LogLevel.SYSTEMERROR2,"Cache collision in SelectHiringTeamFP:",this.getObjectID(),", was trying to get HiringTeam:",getHiringTeamID());
LogMgr.log(BUSINESS_OBJECTS,LogLevel.SYSTEMERROR2,"Instead I got:",_HiringTeam.get().getClass());
throwe;
}
}
/**
* Get the object id for the referenced object. Does not force a DB access.
Debug.assertion(AttributeDecoratorUtils.getWriteability(SINGLEREFERENCE_HiringTeam_Decorators,(SelectHiringTeamFP)this,SINGLEREFERENCE_HiringTeam,getWriteability_HiringTeam())!=FieldWriteability.FALSE,"Assoc HiringTeam is not writeable");
preHiringTeamChange(newHiringTeam);
_HiringTeam.set(newHiringTeam);
postHiringTeamChange();
}
}
/**
* 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.