Name
sn_cmp.CMPVMUtilFactory
Description
No description available
Script
var CMPVMUtilFactory = Class.create();
CMPVMUtilFactory.prototype = {
initialize: function() {
},
getCMPVMUtilsInstance: function() {
this.utilsInstance = new CMPVMUtils();
return this.utilsInstance;
},
type: 'CMPVMUtilFactory'
};
Sys ID
ea6bbe9387cae5101d35a64d0ebb3570