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

Instance24Impl - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.migration.model24.instance
Class Instance24Impl

java.lang.Object
  extended byorg.jboss.portal.migration.model24.instance.Instance24Impl
All Implemented Interfaces:
Instance

public class Instance24Impl
extends java.lang.Object
implements Instance


Field Summary
protected  java.lang.String instanceId
           
protected  java.lang.Long key
           
protected  boolean modifiable
           
protected  java.lang.String portletRef
           
protected  java.util.Map securityBindings
           
protected  byte[] state
           
protected  java.util.Set userInstances
           
 
Constructor Summary
Instance24Impl()
           
 
Method Summary
 java.lang.String getId()
          Return the id in the scope of its container.
 java.lang.String getInstanceId()
           
 java.lang.Long getKey()
           
 java.lang.String getPortletRef()
          Return the portlet id referenced of this instance.
 java.util.Map getSecurityBindings()
           
 byte[] getState()
           
 java.util.Set getUserInstances()
           
 boolean isModifiable()
          Return true if the instance state can be modified.
 void setInstanceId(java.lang.String instanceId)
           
protected  void setKey(java.lang.Long key)
           
 void setModifiable(boolean modifiable)
           
 void setPortletRef(java.lang.String portletRef)
           
 void setSecurityBindings(java.util.Map securityBindings)
           
 void setState(byte[] state)
           
 void setUserInstances(java.util.Set userInstances)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Instance24Impl

public Instance24Impl()
Method Detail

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