© 2005 BEA Systems, Inc.

com.bea.netuix.application.view
Interface CategoryView

All Superinterfaces:
Serializable, View
All Known Subinterfaces:
PortalView, PortletCategoryView

public interface CategoryView
extends View

"Views" are deep copy immutable objects. Unlike "Definitions" and "Instances" Views cannot be modified by the developer. A Instance or a Definition however can always be obtained from the view. The persistence APIs provides course grain and fine grain getters but only fine grain setters. If you are interested in an object and all its children then retrieve the View, if you are only interested in the immediate object and don't care about its children then retrieve the Definition.

View class for a category.

See Also:
View

Method Summary
 LocalizationResourceView getLocalizationResourceView()
          Returns the LocalizationResourceView associated with this view.
 
Methods inherited from interface com.bea.netuix.application.view.View
getDescription, getTitle
 

Method Detail

getLocalizationResourceView

public LocalizationResourceView getLocalizationResourceView()
Returns the LocalizationResourceView associated with this view.

Returns:
LocalizationResourceView

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved