org.palo.api
Interface NamedEntity

All Known Subinterfaces:
Cube, CubeView, Database, Dimension, Element, FavoriteView, FavoriteViewObject, FavoriteViewsFolder, Hierarchy, PaloObject, Property2, Subset, Subset2
All Known Implementing Classes:
FavoriteViewImpl, FavoriteViewsFolderImpl, HierarchyImpl, Property2Impl

public interface NamedEntity

NamedEntity, defines an interface for domain objects that support the notion of a name.

Version:
$ID$

Method Summary
 java.lang.String getName()
          Returns the name of the entity.
 

Method Detail

getName

java.lang.String getName()
Returns the name of the entity.

Returns:
the name of the entity.