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

WindowImpl - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.core.impl.model.portal
Class WindowImpl

java.lang.Object
  extended byorg.jboss.portal.core.impl.model.portal.PortalObjectImpl
      extended byorg.jboss.portal.core.impl.model.portal.WindowImpl
All Implemented Interfaces:
PortalObject, Window

public class WindowImpl
extends PortalObjectImpl
implements Window


Field Summary
protected  java.lang.String instanceRef
           
 
Fields inherited from class org.jboss.portal.core.impl.model.portal.PortalObjectImpl
collection, declaredProperties, key, listener, objectNode, portalNode
 
Fields inherited from interface org.jboss.portal.core.model.portal.PortalObject
TYPE_CONTEXT, TYPE_PAGE, TYPE_PORTAL, TYPE_WINDOW
 
Constructor Summary
WindowImpl()
           
WindowImpl(boolean hibernate)
           
 
Method Summary
 java.lang.String getInstanceRef()
          Return the instance handle.
 int getType()
          A numerical type that discriminates the object.
 void setInstanceRef(java.lang.String instanceRef)
          Update the instance handle.
 
Methods inherited from class org.jboss.portal.core.impl.model.portal.PortalObjectImpl
addChild, destroyChild, getChild, getChildren, getContainer, getDeclaredProperties, getDeclaredProperty, getDeclaredPropertyMap, getId, getKey, getListener, getName, getObjectNode, getParent, getPortalNode, getProperty, resolve, setDeclaredProperties, setDeclaredProperty, setKey, setListener, setObjectNode, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jboss.portal.core.model.portal.PortalObject
destroyChild, getChild, getChildren, getContainer, getDeclaredProperty, getDeclaredPropertyMap, getId, getListener, getName, getParent, getProperty, resolve, setDeclaredProperty, setListener
 

Field Detail

instanceRef

protected java.lang.String instanceRef
Constructor Detail

WindowImpl

public WindowImpl()

WindowImpl

public WindowImpl(boolean hibernate)
Method Detail

getInstanceRef

public java.lang.String getInstanceRef()
Description copied from interface: Window
Return the instance handle.

Specified by:
getInstanceRef in interface Window

setInstanceRef

public void setInstanceRef(java.lang.String instanceRef)
Description copied from interface: Window
Update the instance handle.

Specified by:
setInstanceRef in interface Window

getType

public int getType()
Description copied from interface: PortalObject
A numerical type that discriminates the object.

Specified by:
getType in interface PortalObject
Specified by:
getType in class PortalObjectImpl