Class PortletState

java.lang.Object
org.gatein.pc.portlet.state.producer.PortletState
All Implemented Interfaces:
Serializable

public class PortletState extends Object implements Serializable
See Also:
  • Constructor Details

    • PortletState

      public PortletState(String portletId)
    • PortletState

      public PortletState(String portletId, org.gatein.pc.api.state.PropertyMap properties)
  • Method Details

    • getPortletId

      public String getPortletId()
    • getProperties

      public org.gatein.pc.api.state.PropertyMap getProperties()
    • getTerminationTime

      public Date getTerminationTime()
    • setTerminationTime

      public void setTerminationTime(Date terminationTime)