public interface PortletEntity
Modifier and Type | Method and Description |
---|---|
ContentFragment |
getFragment() |
String |
getId() |
Long |
getOid() |
PortletDefinition |
getPortletDefinition() |
String |
getPortletUniqueName() |
void |
setFragment(ContentFragment fragment) |
void |
setId(String id) |
void |
setPortletDefinition(PortletDefinition portletDefinition) |
void |
setPortletWindow(PortletWindow window) |
Long getOid()
String getId()
void setId(String id)
void setPortletWindow(PortletWindow window)
PortletDefinition getPortletDefinition()
void setPortletDefinition(PortletDefinition portletDefinition)
String getPortletUniqueName()
void setFragment(ContentFragment fragment)
ContentFragment getFragment()
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.