org.apache.jetspeed.om.common.portlet
Interface MutablePortletEntity

All Superinterfaces:
org.apache.pluto.om.Controller, org.apache.pluto.om.Model, org.apache.pluto.om.entity.PortletEntity, org.apache.pluto.om.entity.PortletEntityCtrl

public interface MutablePortletEntity
extends org.apache.pluto.om.entity.PortletEntity, org.apache.pluto.om.entity.PortletEntityCtrl

MutablePortletEntity

Version:
$Id: MutablePortletEntity.java 220155 2005-07-21 18:07:49Z weaver $
Author:
David Sean Taylor

Field Summary
static String PORTLET_ENTITY_ROOT
           
 
Method Summary
 String getPortletUniqueName()
           
 void setFragment(Fragment fragment)
           
 
Methods inherited from interface org.apache.pluto.om.entity.PortletEntity
getDescription, getId, getPortletApplicationEntity, getPortletDefinition, getPortletWindowList, getPreferenceSet
 
Methods inherited from interface org.apache.pluto.om.entity.PortletEntityCtrl
reset, setId, setPortletDefinition, store
 

Field Detail

PORTLET_ENTITY_ROOT

public static final String PORTLET_ENTITY_ROOT
See Also:
Constant Field Values
Method Detail

getPortletUniqueName

public String getPortletUniqueName()

setFragment

public void setFragment(Fragment fragment)


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.