当前页面:
在线文档首页 >
JBOSS Portal 2.2 API 英文版文档
WindowImpl - JBOSS Portal 2.2 API 英文版文档
org.jboss.portal.core.impl.model.portal
Class WindowImpl
java.lang.Object
org.jboss.portal.core.impl.model.portal.PortalObjectImpl
org.jboss.portal.core.impl.model.portal.WindowImpl
- All Implemented Interfaces:
- PortalObject, Window
- public class WindowImpl
- extends PortalObjectImpl
- implements Window
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 |
instanceRef
protected java.lang.String instanceRef
WindowImpl
public WindowImpl()
WindowImpl
public WindowImpl(boolean hibernate)
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