function name = setFullName(this,name)
% SETFULLANAME Set the full name of the block

%   Author(s): John Glass
%   Copyright 1986-2004 The MathWorks, Inc. 
%   $Revision: 1.1.8.1 $ $Date: 2004/02/06 00:35:58 $

this.FullBlockName = name;
