//**************************************************************************** //Copyright (C) 2004 Macromedia, Inc. All Rights Reserved. //The following is Sample Code and is subject to all restrictions on //such code as contained in the End User License Agreement accompanying //this product. //**************************************************************************** interface mx.data.DataRange { function getStart(); function getEnd(); function setEnd( e ):Void; function setStart( s ):Void; }