/**
 * @namespace com.thesis.dvo.MEAccountObject
 * @author 钟军锐 August.R@263.net
 * @version 0.1
 */

/** 
 * @id MEAccountObject
 * @type{MEAccountObject}
 */
function MEAccountObject(){
	if(typeof MEAccountObject._initialized == "undefined"){
		MEAccountObject._initialized = true;
		MEAccountObject.prototype.root = "/MEAccountViewObjectList/MEAccountViewObject";
		MEAccountObject.prototype.AccountID = "MEAccountID/text()";
		MEAccountObject.prototype.Bank = "BankName/text()";
	}
}
 