API Name: global.ApplyPcLookupInstantiator
var ApplyPcLookupInstantiator = Class.create();
ApplyPcLookupInstantiator.prototype = {
initialize: function() {
},
getApplyPcLookup: function(){
return new ApplyPcLookup();
},
type: 'ApplyPcLookupInstantiator'
};