org.palo.api.ext.favoriteviews
Interface FavoriteViewObject

All Superinterfaces:
NamedEntity
All Known Subinterfaces:
FavoriteView, FavoriteViewsFolder
All Known Implementing Classes:
FavoriteViewImpl, FavoriteViewsFolderImpl

public interface FavoriteViewObject
extends NamedEntity

A FavoriteViewObject represents a FavoriteView or a FavoriteViewsFolder object. Since both objects are connection specific, they both have a connection attached to them. This connection can be retrieved by using the getConnection method declared in this interface.

Version:
$Id: FavoriteViewObject.html,v 1.10 2009/07/09 11:01:47 ArndHouben Exp $

Method Summary
 Connection getConnection()
          Returns the Connection object that is attached to this favorite view or favorite views folder.
 
Methods inherited from interface org.palo.api.NamedEntity
getName
 

Method Detail

getConnection

Connection getConnection()
Returns the Connection object that is attached to this favorite view or favorite views folder.

Returns:
the attached Connection object.