站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.4 API 英文版文档

State - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.migration.model24.portlet
Interface State

All Known Implementing Classes:
PersistentState24

public interface State


Method Summary
 java.lang.String getId()
          Return the state id.
 java.lang.String getPortletId()
          Return the portlet id this state refers to.
 java.util.Date getTerminationTime()
          The scheduled termination time.
 ValueMap getValue()
          The state value.
 void setTerminationTime(java.util.Date terminationTime)
          Set the termination time value.
 

Method Detail

getId

public java.lang.String getId()
Return the state id.

Returns:
the state id

getPortletId

public java.lang.String getPortletId()
Return the portlet id this state refers to.

Returns:
the portlet id

getValue

public ValueMap getValue()
The state value.

Returns:
the state value

getTerminationTime

public java.util.Date getTerminationTime()
The scheduled termination time.

Returns:
the termination time

setTerminationTime

public void setTerminationTime(java.util.Date terminationTime)
Set the termination time value.