org.eclipse.birt.data.engine.api
Interface INamedObject

All Known Subinterfaces:
IBaseQueryDefinition, IBaseQueryResults, IDataQueryDefinition, IQueryDefinition, IQueryResults, ISubqueryDefinition
All Known Implementing Classes:
BaseQueryDefinition, QueryDefinition, SubqueryDefinition, SubqueryLocator

public interface INamedObject


Method Summary
 java.lang.String getName()
          get the name of current object.
 void setName(java.lang.String name)
          set the name of current object.
 

Method Detail

setName

void setName(java.lang.String name)
set the name of current object.

Parameters:
name -

getName

java.lang.String getName()
get the name of current object.

Returns:


Copyright © 2008 Actuate Corp. All rights reserved.