当前页面:
在线文档首页 >
JBOSS Portal 2.4 API 英文版文档
Instance24Impl - JBOSS Portal 2.4 API 英文版文档
org.jboss.portal.migration.model24.instance
Class Instance24Impl
java.lang.Object
org.jboss.portal.migration.model24.instance.Instance24Impl
- All Implemented Interfaces:
- Instance
- public class Instance24Impl
- extends java.lang.Object
- implements Instance
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
protected java.lang.Long key
instanceId
protected java.lang.String instanceId
modifiable
protected boolean modifiable
portletRef
protected java.lang.String portletRef
state
protected byte[] state
securityBindings
protected java.util.Map securityBindings
userInstances
protected java.util.Set userInstances
Instance24Impl
public Instance24Impl()
getKey
public java.lang.Long getKey()
setKey
protected void setKey(java.lang.Long key)
getInstanceId
public java.lang.String getInstanceId()
setInstanceId
public void setInstanceId(java.lang.String instanceId)
getSecurityBindings
public java.util.Map getSecurityBindings()
setSecurityBindings
public void setSecurityBindings(java.util.Map securityBindings)
getUserInstances
public java.util.Set getUserInstances()
setUserInstances
public void setUserInstances(java.util.Set userInstances)
setPortletRef
public void setPortletRef(java.lang.String portletRef)
setModifiable
public void setModifiable(boolean modifiable)
getState
public byte[] getState()
setState
public void setState(byte[] state)
getPortletRef
public java.lang.String getPortletRef()
- Description copied from interface:
Instance
- Return the portlet id referenced of this instance.
- Specified by:
getPortletRef
in interface Instance
- Returns:
- the portlet id referenced by this instance
getId
public java.lang.String getId()
- Description copied from interface:
Instance
- Return the id in the scope of its container.
- Specified by:
getId
in interface Instance
- Returns:
- the instance id
isModifiable
public boolean isModifiable()
- Description copied from interface:
Instance
- Return true if the instance state can be modified.
- Specified by:
isModifiable
in interface Instance
- Returns:
- if the instance is modifiable