﻿pandora.util.model.prototype = {
	_targetID : null,
	_json : null,
	_super : null,
	
	initialize : function(){
	},
	
	_getTargetID : function(){
		return this._targetID;
	},
	
	setUI : function(html){
		$(this._getTargetID()).update(html);
	}
};
