function Skin()
{
}

Skin.prototype = new WebObject();

// public void install(Widget widget)
Skin.prototype.install = WebObject.ABSTRACT_METHOD ;

// public void uninstall(Widget widget)
Skin.prototype.uninstall = WebObject.ABSTRACT_METHOD;
