/**
* @file Vault.as
* @date 22 April 2010
* @copyright Copyright © Microgaming 2010
* v_versionid = 1.0.0.4;
*/

function MGS_Vault(	vault /*SWF*/, 
					szCasino/*String*/, 
					gamingGroup/*String*/, 
					szPolicy /*String*/
				 )
{
	this.vault = vault;
	this.vault.setWindowLocation(window.location);
	this.setPolicy(szPolicy);
	this.setSzCasino(szCasino);
	this.setGamingGroup(gamingGroup);
}
MGS_Vault.prototype.setCookie = function(value /*String*/ )/*void*/{this.vault.setCookie(value);}
MGS_Vault.prototype.getCookie = function()/*String*/{return this.vault.getCookie();}
MGS_Vault.prototype.setCookie2 = function(value /*String*/ )/*void*/ {this.vault.setCookie2(value);}
MGS_Vault.prototype.getCookie2 = function()/*String*/{ return this.vault.getCookie2();}
MGS_Vault.prototype.setCookie3 = function(value /*String*/ )/*void*/{this.vault.setCookie3(value);}
MGS_Vault.prototype.getCookie3 = function()/*String*/{return this.vault.getCookie3();}
MGS_Vault.prototype.setCookie4 = function(value /*String*/)/*void*/{this.vault.setCookie4(value);}
MGS_Vault.prototype.getCookie4 = function()/*String*/{return this.vault.getCookie4();}
MGS_Vault.prototype.setCookie5 = function(value /*String*/)/*void*/{this.vault.setCookie5(value);}
MGS_Vault.prototype.getCookie5 = function()/*String*/{return this.vault.getCookie5();}
MGS_Vault.prototype.setGGPassword = function(value /*String*/)/*void*/{this.vault.setGGPassword(value);}
MGS_Vault.prototype.getGGPassword = function()/*String*/{return this.vault.getGGPassword();}
MGS_Vault.prototype.setGGPracticeOnly = function(value /*int*/)/*void*/{this.vault.setGGPracticeOnly(value);}
MGS_Vault.prototype.getGGPracticeOnly = function()/*int*/{return this.vault.getGGPracticeOnly();}
MGS_Vault.prototype.setGGRecall = function(value /*int*/)/*void*/{this.vault.setGGRecall(value);}
MGS_Vault.prototype.getGGRecall = function()/*int*/{return this.vault.getGGRecall();}
MGS_Vault.prototype.setGGUserName = function(value /*String*/)/*void*/{this.vault.setGGUserName(value);}
MGS_Vault.prototype.getGGUserName = function()/*String*/{return this.vault.getGGUserName();}
MGS_Vault.prototype.setGamingGroup = function(value /*String*/)/*void*/{this.vault.setGamingGroup(value);}
MGS_Vault.prototype.getGamingGroup = function()/*String*/{return this.vault.getGamingGroup();}
MGS_Vault.prototype.setID1 = function(value /*String*/)/*void*/{this.vault.setID1(value);}
MGS_Vault.prototype.getID1 = function()/*String*/{return this.vault.getID1();}
MGS_Vault.prototype.getID2 = function()/*String*/{return this.vault.getID2();}
MGS_Vault.prototype.setID2 = function(value /*String*/)/*void*/{this.vault.setID2(value);}
MGS_Vault.prototype.setID3 = function(value /*String*/)/*void*/{this.vault.setID3(value);}
MGS_Vault.prototype.getID3 = function()/*String*/{return this.vault.getID3();}
MGS_Vault.prototype.setID4 = function(value /*int*/)/*void*/{this.vault.setID4(value);}
MGS_Vault.prototype.getID4 = function()/*int*/{return this.vault.getID4();}
MGS_Vault.prototype.setLogUName = function(value /*String*/)/*void*/{this.vault.setLogUName(value);}
MGS_Vault.prototype.getLogUName = function()/*String*/{return this.vault.getLogUName();}
MGS_Vault.prototype.setNewRegChoice = function(value /*int*/)/*void*/{this.vault.setNewRegChoice(value);}
MGS_Vault.prototype.getNewRegChoice = function()/*int*/{return this.vault.getNewRegChoice();}
MGS_Vault.prototype.setPPKey = function(value /*String*/)/*void*/{this.vault.setPPKey(value);}
MGS_Vault.prototype.getPPKey = function()/*String*/{return this.vault.getPPKey();}
MGS_Vault.prototype.setPPUserName = function(value /*String*/)/*void*/{this.vault.setPPUserName(value);}
MGS_Vault.prototype.getPPUserName = function()/*String*/{return this.vault.getPPUserName();}
MGS_Vault.prototype.setPolicy = function(value /*String*/)/*void*/{this.vault.setPolicy(value);}
MGS_Vault.prototype.setRecall = function(value /*int*/)/*void*/{this.vault.setRecall(value);}
MGS_Vault.prototype.getRecall = function()/*int*/{return this.vault.getRecall();}
MGS_Vault.prototype.setShowSignInDialog = function(value /*int*/)/*void*/{this.vault.setShowSignInDialog(value);}
MGS_Vault.prototype.getShowSignInDialog = function()/*int*/{return this.vault.getShowSignInDialog();}
MGS_Vault.prototype.setSingleSignOn = function(value /*int*/)/*void*/{this.vault.setSingleSignOn(value);}
MGS_Vault.prototype.getSingleSignOn = function()/*int*/{return this.vault.getSingleSignOn();}
MGS_Vault.prototype.setSzCasino = function(value /*String*/)/*void*/{this.vault.setSzCasino(value);}
MGS_Vault.prototype.getSzCasino = function()/*String*/{return this.vault.getSzCasino();}
MGS_Vault.prototype.setSzCompany = function(value /*String*/)/*void*/{this.vault.setSzCompany(value);}
MGS_Vault.prototype.getSzCompany = function()/*String*/{return this.vault.getSzCompany();}
MGS_Vault.prototype.setUPE = function(value /*int*/)/*void*/{this.vault.setUPE(value);}
MGS_Vault.prototype.getUPE = function()/*int*/{return this.vault.getUPE();}
MGS_Vault.prototype.setIsAlias = function(value /*String*/)/*void*/{this.vault.setIsAlias(value);}
MGS_Vault.prototype.getIsAlias = function()/*String*/{return this.vault.getIsAlias();}
MGS_Vault.prototype.setSzMutok = function(value /*String*/)/*void*/{this.vault.setSzMutok(value);}
MGS_Vault.prototype.clearMutok = function()/*void*/ {this.vault.clearMutok();}
MGS_Vault.prototype.getID5 = function()/*int*/{return this.vault.getID5();}
MGS_Vault.prototype.setMigrationStatus = function(value /*int*/)/*void*/{this.vault.setMigrationStatus(value);}
MGS_Vault.prototype.getMigrationStatus = function()/*int*/{return this.vault.getMigrationStatus();}
MGS_Vault.prototype.getStorageDump = function()/*object*/ { return this.vault.getStorageDump();}
MGS_Vault.prototype.setStorageFromWebObject = function(value /*object*/) { this.vault.setStorageFromWebObject(value); }
MGS_Vault.prototype.getUserData = function()/*object*/ { return this.vault.getUserData(); }
MGS_Vault.prototype.setUserData = function(value /*object*/) { this.vault.setUserData(value); }
MGS_Vault.prototype.getCreateAccAccessflag = function()/*int*/ { return this.vault.getCreateAccAccessflag(); }
MGS_Vault.prototype.setCreateAccAccessflag = function(value /*int*/) { this.vault.setCreateAccAccessflag(); }
MGS_Vault.prototype.enumUserAccount = function(index /*uint*/)/*String*/ { return this.vault.enumUserAccount(index); }
MGS_Vault.prototype.getUserSettingInt = function(userName /*String*/, property /*String*/)/*int*/ { return this.vault.getUserSettingInt(userName,property); }
MGS_Vault.prototype.setUserSettingInt = function(userName /*String*/, property /*String*/, value /*int*/)/*void*/ { this.vault.setUserSettingInt(userName,property,value); }
MGS_Vault.prototype.getUserSettingString = function(userName/*String*/, property/*String*/)/*String*/ { return this.vault.getUserSettingString(userName,property); }
MGS_Vault.prototype.setUserSettingString = function(userName/*String*/, property/*String*/, value/*String*/)/*void*/ { this.vault.setUserSettingString(userName,property,value); }
MGS_Vault.prototype.getGlobalSettingString = function(casinoName/*String*/, property/*String*/)/*String*/ { return this.vault.getGlobalSettingString(casinoName,property); }
MGS_Vault.prototype.setGlobalSettingString = function(casinoName/*String*/, property/*String*/, value/*String*/)/*void*/ { this.vault.setGlobalSettingString(casinoName,property,value); }
MGS_Vault.prototype.deleteUser = function(userName/*String*/, value/*int*/)/*void*/ { this.vault.deleteUser(userName,value); }

