org.jboss.portal.wsrp.core
Class DestroyPortletsResponse
java.lang.Object
org.jboss.portal.wsrp.core.DestroyPortletsResponse
- All Implemented Interfaces:
- java.io.Serializable
public class DestroyPortletsResponse
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
destroyFailed
protected DestroyFailed[] destroyFailed
extensions
protected Extension[] extensions
DestroyPortletsResponse
public DestroyPortletsResponse()
DestroyPortletsResponse
public DestroyPortletsResponse(DestroyFailed[] destroyFailed,
Extension[] extensions)
getDestroyFailed
public DestroyFailed[] getDestroyFailed()
setDestroyFailed
public void setDestroyFailed(DestroyFailed[] destroyFailed)
getExtensions
public Extension[] getExtensions()
setExtensions
public void setExtensions(Extension[] extensions)